# -*- 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 116479 2014-01-26 12:56:27Z cal@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          haml 4.0.5 gem {} rubygems ruby19
checksums           rmd160  34e439308337496b56ef883f4cfd97a2f85e6ded \
                    sha256  05b1cde6e0d770e800cb74f6bf1212446bc4573bbbfecc4002e1085c2658bff6
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
