Added: trunk/dports/ruby/rb19-treetop/Portfile (0 => 68344)
--- trunk/dports/ruby/rb19-treetop/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-treetop/Portfile 2010-06-01 21:32:51 UTC (rev 68344)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup treetop 1.4.8 gem {} rubygems ruby19
+description A Ruby-based text parsing and interpretation DSL
+long_description \
+ Treetop is a language for describing languages. Combining the elegance \
+ of Ruby with cutting-edge parsing expression grammars, it helps you \
+ analyze syntax with revolutionarily ease.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://treetop.rubyforge.org/
+categories-append textproc
+checksums md5 1ab5569971ec76ec13ab2e04da35b9a0 \
+ sha1 b107eca5e06736db93a92536fde33bdbfdbc01a5 \
+ rmd160 2760c0b944ab4676922a6c4ce09698ed2243cb17
+
+depends_run-append port:rb19-polyglot
Property changes on: trunk/dports/ruby/rb19-treetop/Portfile
___________________________________________________________________