Added: trunk/dports/ruby/rb19-nanoc/Portfile (0 => 68394)
--- trunk/dports/ruby/rb19-nanoc/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-nanoc/Portfile 2010-06-02 22:10:19 UTC (rev 68394)
@@ -0,0 +1,19 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup nanoc 3.1.3 gem {} rubygems ruby19
+description A Ruby site compiler that produces static HTML
+long_description \
+ nanoc is a tool for building static web sites. It can transform content \
+ from one format (e.g. Haml or Markdown) into another (usually HTML) and \
+ lay out pages so that the site’s look and feel is consistent across all pages.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://nanoc.stoneship.org/
+categories-append www
+checksums md5 940c80e92c05e318c0746769fc3969c2 \
+ sha1 6a31449e1eb8980835ce050ca6d7355cb0025889 \
+ rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
+
+depends_run-append port:rb19-nanoc3
Property changes on: trunk/dports/ruby/rb19-nanoc/Portfile
___________________________________________________________________