Added: trunk/dports/ruby/rb19-compass/Portfile (0 => 68334)
--- trunk/dports/ruby/rb19-compass/Portfile (rev 0)
+++ trunk/dports/ruby/rb19-compass/Portfile 2010-06-01 21:28:34 UTC (rev 68334)
@@ -0,0 +1,22 @@
+# $Id$
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup compass 0.10.2 gem {} rubygems ruby19
+conflicts rb-compass
+description Stylesheet authoring frameworking
+long_description \
+ Compass is a stylesheet authoring framework that makes your stylesheets \
+ and markup easier to build and maintain. With compass, you write your \
+ stylesheets in Sass instead of CSS. Using the power of Sass Mixins and \
+ the Compass community, you can apply battle-tested styles from frameworks \
+ like Blueprint to your stylesheets instead of your markup.
+license MIT
+maintainers singingwolfboy openmaintainer
+homepage http://compass-style.org/
+categories-append www
+checksums md5 c297a426a3633ad42659fa9ad339a3fc \
+ sha1 b6491032c0f41556c72df801a23ac316cde98f93 \
+ rmd160 398c0349880dc343cc221dce25d03fef69d2d696
+
+depends_run path:bin/haml:rb19-haml
Property changes on: trunk/dports/ruby/rb19-compass/Portfile
___________________________________________________________________