openbsd-ports/devel/ruby-parsetree/Makefile

38 lines
835 B
Makefile
Raw Normal View History

2009-02-03 07:22:21 -05:00
# $OpenBSD: Makefile,v 1.5 2009/02/03 12:22:21 pirofti Exp $
2009-02-03 07:22:21 -05:00
COMMENT = extracts the parse tree for an entire class or a method
2009-02-03 07:22:21 -05:00
DISTNAME = ParseTree-3.0.3
PKGNAME = ruby-${DISTNAME:L}
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
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=parsetree/}
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}
RUN_DEPENDS = :ruby-rubyinline->=3.7.0:devel/ruby-rubyinline \
2008-10-30 11:34:33 -04:00
:ruby-sexp_processor->=3.0.0:devel/ruby-sexp_processor \
2009-02-03 07:22:21 -05:00
GEM_SKIPDEPENDS = hoe
2008-10-30 11:34:33 -04:00
REGRESS_DEPENDS = ::devel/ruby-ruby2ruby \
::devel/ruby-zentest
2009-02-03 07:22:21 -05:00
PKG_ARCH = *
do-regress:
@cd ${WRKBUILD} && ${RUBY} -Ilib test/test_all.rb
.include <bsd.port.mk>