summaryrefslogtreecommitdiff
path: root/devel/ruby-dhaka/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-04 15:16:48 +0000
committerjlam <jlam@pkgsrc.org>2008-04-04 15:16:48 +0000
commitbabd8b0e4ae92654905809f49bb4d8d504f1afae (patch)
treee8aeb6b7909a777f29c95ea8d549a85b87f52439 /devel/ruby-dhaka/Makefile
parent239b3cd2ef18714c193baa1dd281f9a0b8c5e028 (diff)
downloadpkgsrc-babd8b0e4ae92654905809f49bb4d8d504f1afae.tar.gz
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.
Diffstat (limited to 'devel/ruby-dhaka/Makefile')
-rw-r--r--devel/ruby-dhaka/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/ruby-dhaka/Makefile b/devel/ruby-dhaka/Makefile
new file mode 100644
index 00000000000..d530767d98e
--- /dev/null
+++ b/devel/ruby-dhaka/Makefile
@@ -0,0 +1,14 @@
+# $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"