ad3e083805
Update ruby2ruby to 2.4.4. === 2.4.4 / 2019-09-24 * 1 bug fix: * Fixed deprecation warnings from patterns change in sexp_processor. === 2.4.3 / 2019-06-03 * 4 bug fixes: * Added shadow block args. (jaynetics) * Fixed generation for block args w/ trailing commas. * Fixed nested masgn block args and arrays. (jaynetics) * Fixes for stabby proc / lambda changes.
22 lines
578 B
Makefile
22 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.21 2019/10/23 16:17:35 taca Exp $
|
|
|
|
DISTNAME= ruby2ruby-2.4.4
|
|
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
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
pre-build:
|
|
${CHMOD} 0755 ${WRKSRC}/bin/r2r_show
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|