# $Id: Portfile 67481 2010-05-10 22:44:31Z singingwolfboy@macports.org $
PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          compass 0.10.0 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     461aec74579d89f8e7a74921383f9f50 \
                    sha1    67aa2c84cbf1a82b9eba84f4cbe67c9cb685fad8 \
                    rmd160  8393bdedd387181468d8c50db8b51155def8f800

depends_run         path:bin/haml:rb-haml
