openbsd-ports/devel/ruby-parsetree/Makefile

39 lines
851 B
Makefile
Raw Normal View History

2009-08-10 07:18:10 -04:00
# $OpenBSD: Makefile,v 1.6 2009/08/10 11:18:10 msf 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
2009-02-03 07:22:21 -05:00
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
2009-08-10 07:18:10 -04:00
REGRESS_DEPENDS = ::devel/ruby-rake \
::devel/ruby-ruby2ruby \
::devel/ruby-minitest
2008-10-30 11:34:33 -04:00
2009-02-03 07:22:21 -05:00
PKG_ARCH = *
do-regress:
2009-08-10 07:18:10 -04:00
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake test
.include <bsd.port.mk>