pkgsrc/devel/ruby-parslet/Makefile
taca c7a8eec315 Add ruby-parslet package version 1.4.0.
Parslet makes developing complex parsers easy. It does so by

* providing the best error reporting possible
* not generating reams of code for you to debug

Parslet takes the long way around to make your job easier. It allows for
incremental language construction. Often, you start out small, implementing
the atoms of your language first; _parslet_ takes pride in making this
possible.
2013-02-11 08:47:19 +00:00

15 lines
445 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/02/11 08:47:19 taca Exp $
DISTNAME= parslet-1.4.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kschiess.github.com/parslet/
COMMENT= Parser construction library with great error reporting
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-blankslate>=2.0:../../devel/ruby-blankslate
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"