19 lines
380 B
Makefile
19 lines
380 B
Makefile
# Created by: arved
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= atoulme-Antwrap
|
|
PORTVERSION= 0.7.4
|
|
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}/java/rubygem-rjb
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|