aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rak/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-14 20:50:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-14 20:50:48 +0000
commit768f02433aafabfc80d892a8450914fc3e1b1300 (patch)
tree7973fc8b3f3ba9ae617f6b9968242f81d6863e37 /textproc/rubygem-rak/Makefile
parentd08ae7430aa71b6c40f130570f4bd247a99ad846 (diff)
Notes
Diffstat (limited to 'textproc/rubygem-rak/Makefile')
-rw-r--r--textproc/rubygem-rak/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/rubygem-rak/Makefile b/textproc/rubygem-rak/Makefile
new file mode 100644
index 000000000000..f6d972ea8342
--- /dev/null
+++ b/textproc/rubygem-rak/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: rubygem-rak
+# Date created: 12 November 2007
+# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
+#
+# $FreeBSD$
+
+PORTNAME= rak
+PORTVERSION= 0.8.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= gogo@cs.uni-sb.de
+COMMENT= A grep replacement in pure Ruby
+
+BUILD_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
+RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
+.include <bsd.port.post.mk>