c88c7ed453
=== 2.4.0 / 2017-07-17 * 1 major enhancement: * Major overhaul. Process methods no longer mutate arguments. * 1 minor enhancement: * Now SEXP_STRICT=1 clean. * 2 bug fixes: * Fixed 2.4 Fixnum deprecation warning * Fixed for new 24 parser.
20 lines
554 B
Makefile
20 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.18 2017/07/31 14:08:41 taca Exp $
|
|
|
|
DISTNAME= ruby2ruby-2.4.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/seattlerb/ruby2ruby
|
|
COMMENT= Pure Ruby code from Ruby S-expressions
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.6<5:../../devel/ruby-sexp-processor
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
pre-build:
|
|
${CHMOD} 0755 ${WRKSRC}/bin/r2r_show
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|