freebsd-ports/devel/rubygem-parsetree/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

30 lines
734 B
Makefile

# Ports collection makefile for: rubygem-parsetree
# Date created: 13 April 2007
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= parsetree
PORTVERSION= 3.0.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= ParseTree-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Ruby parse tree tools
RUN_DEPENDS= rubygem-inline>=3.7.0:${PORTSDIR}/devel/rubygem-inline \
rubygem-sexp_processor>=3.0.1:${PORTSDIR}/devel/rubygem-sexp_processor \
rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/parse_tree_abc \
bin/parse_tree_audit \
bin/parse_tree_deps \
bin/parse_tree_show
GEM_NAME= ${DISTNAME}
.include <bsd.port.mk>