=== 2.0.6 / 2011-02-18 * 1 minor enhancement: * Switched to hoe's racc plugin to clean up rakefile and builds * 1 bug fix: * Fixed empty =begin/end.
17 lines
485 B
Makefile
17 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/06/18 01:49:18 taca Exp $
|
|
|
|
DISTNAME= ruby_parser-2.0.6
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby_//}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= filip@joyent.com
|
|
HOMEPAGE= http://rubyforge.org/projects/parsetree/
|
|
COMMENT= Ruby parser written in pure ruby
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=3.0<4:../../devel/ruby-sexp-processor
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-ruby-parser-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|