Added: trunk/dports/ruby/rb19-racc/Portfile (0 => 68398)
--- trunk/dports/ruby/rb19-racc/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-racc/Portfile 2010-06-02 22:11:41 UTC (rev 68398)
@@ -0,0 +1,16 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup racc 1.4.6 gem {} rubygems ruby19
+description a LALR(1) parser generator
+long_description \
+ Racc is a LALR(1) parser generator. It is written in Ruby itself, \
+ and generates Ruby program.
+license MIT
+maintainers singingwolfboy openmaintainer
+checksums md5 c61adac8cd59877e6abe37f5fc12e9a5 \
+ sha1 3ce1fc7a7245cf388ec20e9b612fd5d1111b387e \
+ rmd160 b755cc948519a22b5fc7fbf4d0b1a6519db6415b
+
\ No newline at end of file
Property changes on: trunk/dports/ruby/rb19-racc/Portfile
___________________________________________________________________