freebsd-ports/devel/rubygem-sexp_processor/Makefile
Cheng-Lung Sung 7a154d0ba4 sexp_processor branches from ParseTree bringing all the generic sexp
processing tools with it. Sexp, SexpProcessor, Environment, etc... all
for your language processing pleasure

WWW: http://rubyforge.org/projects/parsetree/
2009-02-03 05:34:06 +00:00

22 lines
492 B
Makefile

# Ports collection makefile for: rubygem-sexp_processor
# Date created: Feb 03 2009
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= sexp_processor
PORTVERSION= 3.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RF
MASTER_SITE_SUBDIR= parsetree
MAINTAINER= clsung@FreeBSD.org
COMMENT= Generic sexp processing tools
BUILD_DEPENDS= rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>