pkgsrc/devel/ruby2ruby/Makefile
taca 08eed04765 Update ruby2ruby to 2.3.0.
=== 2.3.0 / 2016-02-18

* 3 minor enhancements:

  * Added support for safe navigation/lonely operator. (presidentbeef)
  * Expanded tests for 2.3 support
  * Support safe attrasgn. (presidentbeef).
2016-03-08 15:01:04 +00:00

17 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.15 2016/03/08 15:01:04 taca Exp $
DISTNAME= ruby2ruby-2.3.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.0<5:../../devel/ruby-sexp-processor
DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"