4f9664ab00
OK landry@
29 lines
660 B
Makefile
29 lines
660 B
Makefile
# $OpenBSD: Makefile,v 1.12 2011/01/06 04:24:23 jeremy Exp $
|
|
|
|
COMMENT = generating pure Ruby code easily from ParseTree\'s Sexps
|
|
|
|
DISTNAME = ruby2ruby-1.2.4
|
|
REVISION = 3
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/ruby-parsetree,${MODRUBY_FLAVOR}>=3.0 \
|
|
devel/ruby-ruby_parser,${MODRUBY_FLAVOR}>=2.0 \
|
|
devel/ruby-sexp_processor,${MODRUBY_FLAVOR}>=3.0
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
REGRESS_DEPENDS = devel/ruby-hoe,${MODRUBY_FLAVOR}>=2.3.3
|
|
|
|
MODRUBY_REGRESS = rake
|
|
|
|
.include <bsd.port.mk>
|