aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-subversion
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-03-16 16:34:51 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-03-16 16:34:51 +0000
commit10d5cc5d9653d40da4e14ff5f8c998e540388d66 (patch)
tree07e85e38990e7eaec61c641df88319126fc3baa7 /devel/p5-subversion
parent01357d86c7c4a9fbbed59e93d1023992e87da711 (diff)
downloadports-10d5cc5d9653d40da4e14ff5f8c998e540388d66.tar.gz
ports-10d5cc5d9653d40da4e14ff5f8c998e540388d66.zip
Notes
Diffstat (limited to 'devel/p5-subversion')
-rw-r--r--devel/p5-subversion/Makefile19
-rw-r--r--devel/p5-subversion/pkg-descr6
2 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-subversion/Makefile b/devel/p5-subversion/Makefile
new file mode 100644
index 000000000000..564b68ac146c
--- /dev/null
+++ b/devel/p5-subversion/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: subversion-perl
+# Date Created: 6 February 2004
+# Whom: Autrijus Tang <autrijus@autrijus.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -perl
+
+MAINTAINER= autrijus@autrijus.org
+COMMENT= Version control system with Perl bindings
+
+MASTERDIR= ${.CURDIR}/../../devel/subversion
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
+
+WITH_PERL= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/p5-subversion/pkg-descr b/devel/p5-subversion/pkg-descr
new file mode 100644
index 000000000000..f74d965fcca0
--- /dev/null
+++ b/devel/p5-subversion/pkg-descr
@@ -0,0 +1,6 @@
+Subversion is a version control system designed to be as similar to cvs(1)
+as possible, while fixing many outstanding problems with cvs(1).
+
+This slave port adds Perl bindings to Subversion.
+
+WWW: http://subversion.tigris.org/