2010-11-15 14:45:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/11/15 19:46:08 espie Exp $
|
2008-04-19 14:43:02 -04:00
|
|
|
|
2009-02-03 07:22:21 -05:00
|
|
|
COMMENT = extracts the parse tree for an entire class or a method
|
2008-04-19 14:43:02 -04:00
|
|
|
|
2009-08-10 07:18:10 -04:00
|
|
|
DISTNAME = ParseTree-3.0.4
|
2010-11-08 18:28:53 -05:00
|
|
|
PKGNAME = ${DISTNAME:L}
|
|
|
|
REVISION = 1
|
2009-02-03 07:22:21 -05:00
|
|
|
CATEGORIES = devel
|
2008-04-19 14:43:02 -04:00
|
|
|
|
2009-02-03 07:22:21 -05:00
|
|
|
HOMEPAGE = http://www.zenspider.com/ZSS/Products/ParseTree/
|
2008-04-19 14:43:02 -04:00
|
|
|
|
|
|
|
# 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
|
2008-04-19 14:43:02 -04:00
|
|
|
|
2009-02-03 07:22:21 -05:00
|
|
|
MODULES = lang/ruby
|
2008-04-19 14:43:02 -04:00
|
|
|
|
2009-02-03 07:22:21 -05:00
|
|
|
CONFIGURE_STYLE = ruby gem
|
2008-04-19 14:43:02 -04:00
|
|
|
|
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}
|
2008-04-19 14:43:02 -04:00
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
REGRESS_DEPENDS = devel/ruby-ruby2ruby,${FLAVOR} \
|
|
|
|
devel/ruby-minitest,${FLAVOR}
|
2010-09-23 18:30:24 -04:00
|
|
|
MODRUBY_REGRESS = rake
|
2008-10-30 11:34:33 -04:00
|
|
|
|
2008-04-19 14:43:02 -04:00
|
|
|
.include <bsd.port.mk>
|