freebsd-ports/devel/rubygem-ptreloaded/Makefile
Philip M. Gollucci 843ade1030 - GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest

PR:             ports/147551
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
With Hat:       ruby
2010-06-06 19:25:10 +00:00

25 lines
560 B
Makefile

# 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
MASTER_SITES= RG
DISTNAME= ParseTreeReloaded-${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= A reimplementation of ParseTree using RubyInlineAcceleration
RUN_DEPENDS= rubygem-rubyinlineaccel>=0.0.1:${PORTSDIR}/devel/rubygem-rubyinlineaccel
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>