# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 107693 2013-07-04 11:23:30Z g5pw@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          haml 4.0.3 gem {} rubygems ruby19
revision            1
checksums           rmd160  6ec5eb7aec9a7ea050ca1fad7adc8a42c87856d3 \
                    sha256  d94e937e5bc92da72e1d101e1ba983a5a84eb84b1981709b93fdfc349b833fd1
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
# feel free to take over this port if you want
maintainers         cal openmaintainer
homepage            http://haml-lang.com
categories-append   www
