openbsd-ports/devel/ruby-parsetree/Makefile
jeremy 4df01cf8a7 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.
2012-09-23 17:00:49 +00:00

35 lines
811 B
Makefile

# $OpenBSD: Makefile,v 1.15 2012/09/23 17:00:49 jeremy Exp $
COMMENT = extracts the parse tree for an entire class or a method
DISTNAME = ParseTree-3.0.4
PKGNAME = ${DISTNAME:L}
REVISION = 6
CATEGORIES = devel
HOMEPAGE = http://www.zenspider.com/ZSS/Products/ParseTree/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
FLAVORS = ruby18
FLAVOR = ruby18
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
.include <bsd.port.mk>