# $Id: Portfile 67467 2010-05-10 16:28:34Z singingwolfboy@macports.org $
PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          haml 3.0.0 gem
conflicts           rb-haml-edge
revision            0
maintainers         singingwolfboy openmaintainer
description         Haml and Sass: markup languages for HTML and CSS
long_description    \
    Haml is a markup language that’s used to cleanly and simply describe \
    the HTML of any web document without the use of inline code. Haml \
    functions as a replacement for inline page templating systems such as \
    PHP, ASP, and ERB, the templating language used in most Ruby on Rails \
    applications. However, Haml avoids the need for explicitly coding HTML \
    into the template, because it itself is a description of the HTML, with \
    some code to generate dynamic content. \
    \
    Sass is CSS, plus nested rules, variables, mixins, and more, all in a \
    concise, readable syntax. Haml also contains Sass.
categories-append   www
license             MIT
platforms           darwin
homepage            http://haml-lang.com
master_sites        http://rubygems.org/downloads/
checksums           md5     51199b65af1427c0bd51e489bf726778 \
                    sha1    6e0bb0b22f9807c95216217a97e5637d94994fa8 \
                    rmd160  8dbc67927192081cb4b83a284cca2a16d30d7c11
