Added: trunk/dports/ruby/rb19-parsetree/Portfile (0 => 68390)
--- trunk/dports/ruby/rb19-parsetree/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-parsetree/Portfile 2010-06-02 22:08:48 UTC (rev 68390)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup ParseTree 3.0.5 gem {} rubygems ruby19
+name rb19-parsetree
+description Extracts parse trees into Ruby sexps
+long_description \
+ ParseTree is a C extension (using RubyInline) that extracts the \
+ parse tree for an entire class or a specific method and returns it \
+ as a s-expression (aka sexp) using Ruby's arrays, strings, symbols, \
+ and integers.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://parsetree.rubyforge.org/
+categories-append textproc
+checksums md5 10a819f49915f8231386d7bbcecaa6d9 \
+ sha1 b78d9625fa86e6a0d87aaaf5bbc0120a21792658 \
+ rmd160 62af98cb07164d35c6fa60b202b7b8a446968248
+
+depends_run-append port:rb19-sexp_processor
Property changes on: trunk/dports/ruby/rb19-parsetree/Portfile
___________________________________________________________________