aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ptreloaded/Makefile
blob: dd62260d0336ba7e669d231d02d5990c2ef5cc09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>