2007-09-29 00:59:13 +02:00
|
|
|
# New ports collection makefile for: rubygem-ptreloaded
|
|
|
|
# Date created: 2007-09-28
|
|
|
|
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ptreloaded
|
|
|
|
PORTVERSION= 0.0.1
|
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2007-09-29 00:59:13 +02:00
|
|
|
DISTNAME= ParseTreeReloaded-${PORTVERSION}
|
|
|
|
|
2010-05-29 05:34:31 +02:00
|
|
|
MAINTAINER= tota@FreeBSD.org
|
2007-09-29 00:59:13 +02:00
|
|
|
COMMENT= A reimplementation of ParseTree using RubyInlineAcceleration
|
|
|
|
|
2010-06-06 21:25:10 +02:00
|
|
|
RUN_DEPENDS= rubygem-rubyinlineaccel>=0.0.1:${PORTSDIR}/devel/rubygem-rubyinlineaccel
|
2007-09-29 00:59:13 +02:00
|
|
|
|
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2007-09-29 00:59:13 +02:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
.include <bsd.port.mk>
|