openbsd-ports/devel/ruby-parsetree/Makefile

32 lines
751 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:46:08 espie Exp $
2009-02-03 07:22:21 -05:00
COMMENT = extracts the parse tree for an entire class or a method
2009-08-10 07:18:10 -04:00
DISTNAME = ParseTree-3.0.4
PKGNAME = ${DISTNAME:L}
REVISION = 1
2009-02-03 07:22:21 -05:00
CATEGORIES = devel
2009-02-03 07:22:21 -05:00
HOMEPAGE = http://www.zenspider.com/ZSS/Products/ParseTree/
# MIT
2009-02-03 07:22:21 -05:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-02-03 07:22:21 -05:00
MODULES = lang/ruby
2009-02-03 07:22:21 -05:00
CONFIGURE_STYLE = ruby gem
2009-02-03 07:22:21 -05:00
BUILD_DEPENDS = ${RUN_DEPENDS}
2010-11-15 14:45:56 -05:00
RUN_DEPENDS = STEM->=3.7.0:devel/ruby-rubyinline,${FLAVOR} \
STEM->=3.0.0:devel/ruby-sexp_processor,${FLAVOR} \
devel/ruby-hoe,${FLAVOR}
2010-11-15 14:45:56 -05:00
REGRESS_DEPENDS = devel/ruby-ruby2ruby,${FLAVOR} \
devel/ruby-minitest,${FLAVOR}
MODRUBY_REGRESS = rake
2008-10-30 11:34:33 -04:00
.include <bsd.port.mk>