1d6108e646
=== 1.3.1 / 2011-09-22 * 1 minor enhancement: * Added parenthesize to add parens in certain contexts. * 10 bug fixes: * Add newline to 'do nothing' comment in a block... seems contrived. (andreacampi) * Binary operations not work properly with some complex statements. (smorss) * Fixed if statements with no body (smorss) * Fixed logic for call with hash args in various locations (smorss) * Fixed match3 on an assignment. (smorss) * Fixed multiple nested rescue/ensure exprs (larsch) * Fixed process_alias to parenthesize (smorss) * Fixed process_and to parenthenize only when it makes sense. * Fixed rescue with 2+ statements in resbody (smorss) * Regexps with options other than /o were not showing flags. (smorss)
17 lines
502 B
Makefile
17 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/12/15 15:12:41 taca Exp $
|
|
|
|
DISTNAME= ruby2ruby-1.3.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://seattlerb.rubyforge.org/
|
|
COMMENT= Pure Ruby code from Ruby S-expressions
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=3.0<4:../../devel/ruby-sexp-processor
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-parser>=2.0<3:../../devel/ruby-parser
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-ruby2ruby-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|