diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-atoulme-antwrap/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-atoulme-antwrap/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-atoulme-antwrap/pkg-descr | 4 |
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 |