20 lines
426 B
Makefile
20 lines
426 B
Makefile
# Created by: TAKATSU Tomonari <tota@rtfm.jp>
|
|
|
|
PORTNAME= ptreloaded
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= ParseTreeReloaded-${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Reimplementation of ParseTree using RubyInlineAcceleration
|
|
|
|
RUN_DEPENDS= rubygem-rubyinlineaccel>=0.0.1:devel/rubygem-rubyinlineaccel
|
|
|
|
LICENSE= GPLv2
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|