pkgsrc/devel/ruby-dhaka/Makefile
jlam e75d51b2cd Initial import of ruby18-dhaka-2.2.1 as devel/ruby-dhaka.
Dhaka is a set of tools for generating tokenizers, parsers and evaluators
for context-free grammars.  It is written solely in Ruby with no native
extensions and no dependencies.
2008-04-04 15:16:48 +00:00

14 lines
381 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:16:48 jlam Exp $
DISTNAME= dhaka-2.2.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dhaka.rubyforge.org/
COMMENT= Lexer and LALR(1) parser generators for context-free grammars
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"