e75d51b2cd
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.
14 lines
381 B
Makefile
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"
|