2007-04-13 09:36:31 +02:00
|
|
|
# Ports collection makefile for: rubygem-parsetree
|
|
|
|
# Date created: 13 April 2007
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= parsetree
|
2010-04-22 10:40:03 +02:00
|
|
|
PORTVERSION= 3.0.5
|
2007-04-13 09:36:31 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2007-04-13 09:36:31 +02:00
|
|
|
DISTNAME= ParseTree-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2007-04-13 09:45:15 +02:00
|
|
|
COMMENT= Ruby parse tree tools
|
2007-04-13 09:36:31 +02:00
|
|
|
|
2010-06-06 21:25:10 +02:00
|
|
|
RUN_DEPENDS= rubygem-inline>=3.7.0:${PORTSDIR}/devel/rubygem-inline \
|
2009-02-04 03:16:32 +01:00
|
|
|
rubygem-sexp_processor>=3.0.1:${PORTSDIR}/devel/rubygem-sexp_processor \
|
|
|
|
rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe
|
2007-04-13 09:36:31 +02:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 03:16:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/parse_tree_abc \
|
|
|
|
bin/parse_tree_audit \
|
|
|
|
bin/parse_tree_deps \
|
|
|
|
bin/parse_tree_show
|
2008-04-06 10:58:21 +02:00
|
|
|
|
2009-02-04 03:16:32 +01:00
|
|
|
GEM_NAME= ${DISTNAME}
|
2007-04-13 09:36:31 +02:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|