c8a088179b
=== 1.3.0 / 2011-09-01 * 1 minor enhancement: * output comments for class and method definitions. (pythonic)
17 lines
502 B
Makefile
17 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/09/12 11:57:49 taca Exp $
|
|
|
|
DISTNAME= ruby2ruby-1.3.0
|
|
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"
|