opnsense-ports/devel/rubygem-ptreloaded/Makefile
Franco Fichtner 562eaadf3d */*: sync with upstream
Taken from: FreeBSD
2017-01-23 06:21:51 +01:00

21 lines
438 B
Makefile

# Created by: TAKATSU Tomonari <tota@rtfm.jp>
# $FreeBSD$
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>