Add atoulme-Antwrap, a ruby wrapper for apache-ant
This commit is contained in:
parent
2c525b0e4b
commit
7a5709848a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281642
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
22
devel/rubygem-atoulme-antwrap/Makefile
Normal file
22
devel/rubygem-atoulme-antwrap/Makefile
Normal file
|
@ -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>
|
2
devel/rubygem-atoulme-antwrap/distinfo
Normal file
2
devel/rubygem-atoulme-antwrap/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/atoulme-Antwrap-0.7.2.gem) = 439ab5f8c498c409ff71e643a7b6bcc4e43b082c5ac906002e93c9072c1b3465
|
||||
SIZE (rubygem/atoulme-Antwrap-0.7.2.gem) = 31232
|
4
devel/rubygem-atoulme-antwrap/pkg-descr
Normal file
4
devel/rubygem-atoulme-antwrap/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue