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
|
2008-01-30 06:53:30 +01:00
|
|
|
PORTVERSION= 2.1.1
|
2007-04-13 09:36:31 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2007-10-15 02:10:15 +02:00
|
|
|
MASTER_SITES= RF
|
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
|
|
|
|
2008-01-30 06:53:30 +01:00
|
|
|
BUILD_DEPENDS= rubygem-inline>=3.6.0:${PORTSDIR}/devel/rubygem-inline \
|
|
|
|
rubygem-hoe>=1.4.0:${PORTSDIR}/devel/rubygem-hoe
|
2007-04-13 09:36:31 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.post.mk>
|