aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2011-09-12 04:45:36 +0800
committerarved <arved@FreeBSD.org>2011-09-12 04:45:36 +0800
commitb670a6d36ba9414d728eafc528adeaaf05985905 (patch)
tree1935edd6a5dfebf9ecb0b158e67e93864fc1e8fe /devel
parent3b832f9762128b6f7aaa56fb560c91b00ae31a2f (diff)
downloadfreebsd-ports-gnome-b670a6d36ba9414d728eafc528adeaaf05985905.tar.gz
freebsd-ports-gnome-b670a6d36ba9414d728eafc528adeaaf05985905.tar.zst
freebsd-ports-gnome-b670a6d36ba9414d728eafc528adeaaf05985905.zip
Add atoulme-Antwrap, a ruby wrapper for apache-ant
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-atoulme-antwrap/Makefile22
-rw-r--r--devel/rubygem-atoulme-antwrap/distinfo2
-rw-r--r--devel/rubygem-atoulme-antwrap/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 8fe7d8210249..100ef2cb14a1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3298,6 +3298,7 @@
SUBDIR += rubygem-analogger
SUBDIR += rubygem-app_config
SUBDIR += rubygem-arrayfields
+ SUBDIR += rubygem-atoulme-antwrap
SUBDIR += rubygem-authlogic
SUBDIR += rubygem-bioruby
SUBDIR += rubygem-builder
diff --git a/devel/rubygem-atoulme-antwrap/Makefile b/devel/rubygem-atoulme-antwrap/Makefile
new file mode 100644
index 000000000000..903cb3f5c639
--- /dev/null
+++ b/devel/rubygem-atoulme-antwrap/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: atoulme-Antwrap
+# Date created: 2011-09-11
+# Whom: arved
+#
+# $FreeBSD$
+
+PORTNAME= atoulme-Antwrap
+PORTVERSION= 0.7.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_RUBYGEMS}
+
+MAINTAINER= arved@FreeBSD.org
+COMMENT= Ruby wrapper for Apache Ant
+
+RUN_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \
+ rubygem-rjb>=1.0.3:${PORTSDIR}/devel/rubygem-rjb
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-atoulme-antwrap/distinfo b/devel/rubygem-atoulme-antwrap/distinfo
new file mode 100644
index 000000000000..7d1a0aa17ca6
--- /dev/null
+++ b/devel/rubygem-atoulme-antwrap/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/atoulme-Antwrap-0.7.2.gem) = 439ab5f8c498c409ff71e643a7b6bcc4e43b082c5ac906002e93c9072c1b3465
+SIZE (rubygem/atoulme-Antwrap-0.7.2.gem) = 31232
diff --git a/devel/rubygem-atoulme-antwrap/pkg-descr b/devel/rubygem-atoulme-antwrap/pkg-descr
new file mode 100644
index 000000000000..072fda176485
--- /dev/null
+++ b/devel/rubygem-atoulme-antwrap/pkg-descr
@@ -0,0 +1,4 @@
+A Ruby module that wraps the Apache Ant build tool. Antwrap can be used to
+invoke Ant Tasks from a Ruby or a JRuby script.
+
+WWW: http://rubygems.org/gems/atoulme-Antwrap