summaryrefslogtreecommitdiff
path: root/devel/p5-VCS/pkg-descr
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-06-09 14:57:10 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-06-09 14:57:10 +0000
commiteec4b7752567f8d0eb478a1e21c5d520f4350c3d (patch)
tree8a91e204c89ce3bdbc92534ae5f23054cc147808 /devel/p5-VCS/pkg-descr
parentUnbreak: when running compile.py, don't assume that ${WRKSRC} is in (diff)
Add p5-VCS 0.04,
library for generic Version Control System access in Perl. PR: 35368 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Notes
Notes: svn path=/head/; revision=60971
Diffstat (limited to 'devel/p5-VCS/pkg-descr')
-rw-r--r--devel/p5-VCS/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-VCS/pkg-descr b/devel/p5-VCS/pkg-descr
new file mode 100644
index 000000000000..75cdbb1495be
--- /dev/null
+++ b/devel/p5-VCS/pkg-descr
@@ -0,0 +1,9 @@
+`VCS' is an API for abstracting access to all version control systems
+from Perl code. This is achieved in a similar fashion to the `DBI'
+suite of modules. It comes with example CVS and RCS wrappers.
+
+WWW: http://www.astray.com/VCS/
+WWW: http://search.cpan.org/search?dist=VCS
+
+- Kimura Fuyuki
+fuyuki@mj.0038.net