pkgsrc/devel/ruby2ruby/Makefile
taca 4c245bd4de devel/ruby2ruby: update to 2.4.1
=== 2.4.1 / 2018-02-15

* 2 minor enhancements:

  * Added bitwise ops to BINARY. (david942j)
  * Added rewrite_call|if|until|while to normalize `not` in conditions.
2018-02-28 15:20:00 +00:00

20 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.19 2018/02/28 15:20:00 taca Exp $
DISTNAME= ruby2ruby-2.4.1
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"