32 lines
774 B
Makefile
Raw Normal View History

2011-09-16 09:24:48 +00:00
# $OpenBSD: Makefile,v 1.13 2011/09/16 09:24:57 espie Exp $
2009-02-03 12:22:21 +00:00
COMMENT = extracts the parse tree for an entire class or a method
2009-08-10 11:18:10 +00:00
DISTNAME = ParseTree-3.0.4
PKGNAME = ${DISTNAME:L}
2011-09-16 09:24:48 +00:00
REVISION = 4
2009-02-03 12:22:21 +00:00
CATEGORIES = devel
2009-02-03 12:22:21 +00:00
HOMEPAGE = http://www.zenspider.com/ZSS/Products/ParseTree/
# MIT
2009-02-03 12:22:21 +00:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-02-03 12:22:21 +00:00
MODULES = lang/ruby
2009-02-03 12:22:21 +00:00
CONFIGURE_STYLE = ruby gem
2009-02-03 12:22:21 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-rubyinline,${MODRUBY_FLAVOR}>=3.7.0 \
devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0.0 \
devel/ruby-hoe,${MODRUBY_FLAVOR}
REGRESS_DEPENDS = devel/ruby-ruby2ruby,${MODRUBY_FLAVOR} \
devel/ruby-minitest,${MODRUBY_FLAVOR}
MODRUBY_REGRESS = rake
2008-10-30 15:34:33 +00:00
.include <bsd.port.mk>