# $Id: Portfile 76500 2011-02-26 03:58:59Z singingwolfboy@macports.org $
PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          compass 0.10.6 gem
revision            0
maintainers         singingwolfboy openmaintainer
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.
categories-append   www
license             MIT
platforms           darwin
homepage            http://compass-style.org/
master_sites        http://rubygems.org/downloads/
checksums           md5     f4dcb895aefd5c8d1fb69a927c315e13 \
                    sha1    6bd40cc0f9e6e73a91883c74284d150e8679e793 \
                    rmd160  5fe8e1a5b7131d09556cb45fd18da1c66e27714e


depends_run         path:bin/haml:rb-haml
