freebsd-ports/devel/rubygem-ptreloaded/Makefile
Sunpoet Po-Chuan Hsieh 3dea99e482 Update default GEM_NAME
Change default GEM_NAME from ${PORTNAME}-${PORTVERSION} to ${DISTNAME} to avoid
unnecessary GEM_NAME setting in ports Makefile

Differential Revision:	https://reviews.FreeBSD.org/D9250
PR:		216267
Exp-run by:	antoine
2017-01-21 17:29:23 +00: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>