pkgsrc/devel/ruby-parser/Makefile
taca bfe9025df6 Update ruby-parser package to 2.0.6.
=== 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.
2011-06-18 01:49:18 +00:00

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"