# -*- 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$ PortSystem 1.0 PortGroup ruby 1.0 ruby.setup haml 4.0.4 gem {} rubygems ruby19 checksums rmd160 b24653b16714899a814fcc8f2da28dfef12f457f \ sha256 f232cc6623d772973729c1a9a3403f0282d965790271332d62d0cf95e0b93463 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