diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-30 16:03:14 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-30 16:03:14 +0000 |
commit | 74c3701c515e76741687df26bd928406a72c41f2 (patch) | |
tree | 9af8eb7ee9e26293ebbc2ceed89eb1bbf62f3888 /devel/subversion-ruby | |
parent | c08cae5337b1686ad753164b5e0570b1121efd42 (diff) |
Notes
Diffstat (limited to 'devel/subversion-ruby')
-rw-r--r-- | devel/subversion-ruby/Makefile | 19 | ||||
-rw-r--r-- | devel/subversion-ruby/pkg-descr | 6 |
2 files changed, 25 insertions, 0 deletions
diff --git a/devel/subversion-ruby/Makefile b/devel/subversion-ruby/Makefile new file mode 100644 index 000000000000..034debd91338 --- /dev/null +++ b/devel/subversion-ruby/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: subversion-ruby +# Date Created: 4 July 2005 +# Whom: Hiroyuki Iwatsuki <don@na.rim.or.jp> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -ruby + +MAINTAINER= don@na.rim.or.jp +COMMENT= Version control system with Ruby bindings + +MASTERDIR= ${.CURDIR}/../../devel/subversion +PKGDIR= ${.CURDIR} +PLIST= ${MASTERDIR}/pkg-plist + +WITH_RUBY= yes + +.include "${MASTERDIR}/Makefile" diff --git a/devel/subversion-ruby/pkg-descr b/devel/subversion-ruby/pkg-descr new file mode 100644 index 000000000000..85e9d12d5831 --- /dev/null +++ b/devel/subversion-ruby/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 Ruby bindings to Subversion. + +WWW: http://subversion.tigris.org/ |