Added: trunk/dports/ruby/rb19-flog/Portfile (0 => 69096)
--- trunk/dports/ruby/rb19-flog/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-flog/Portfile 2010-06-23 15:37:41 UTC (rev 69096)
@@ -0,0 +1,20 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup flog 2.4.0 gem {} rubygems ruby19
+description Ruby code pain reports
+long_description \
+ Flog reports the most tortured code in an easy to read pain report. \
+ The higher the score, the more pain the code is in.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://ruby.sadi.st/Flog.html
+platforms darwin
+checksums md5 44440201e10cb58fd5ffbaac62e334e3 \
+ sha1 8cd922591ebe6ac37a50d28022b33e7847927683 \
+ rmd160 aba46754188b90f464acf8088ccf84e52c4b696d
+
+depends_run port:rb19-parser \
+ port:rb19-sexp_processor
\ No newline at end of file
Property changes on: trunk/dports/ruby/rb19-flog/Portfile
___________________________________________________________________