# $Id: Portfile 68335 2010-06-01 21:28:55Z singingwolfboy@macports.org $
PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          haml 3.0.7 gem {} rubygems ruby19
conflicts           rb-haml
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.
license             MIT
maintainers         singingwolfboy openmaintainer
homepage            http://haml-lang.com
categories-append   www
checksums           md5     a83e3005b31c9b5d0e3458aa150c74f4 \
                    sha1    6b1f4831ff6e17e409a7681bf62e8be278192121 \
                    rmd160  970cfe91407dcfa41b05f02d242455810354e6b3
