Files

27 lines
1.3 KiB
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup haml 4.0.6 gem {} rubygems ruby19
checksums rmd160 3317975819834c51508c2f62e2efeaa550293579 \
sha256 2ede5f8a1f38d98e71daf570d836ec0db18e1c6187c383a50fb7eb2223beff23
description Haml and Sass: markup languages for HTML and CSS
long_description \
Haml is a markup language thats 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 nomaintainer
homepage http://haml-lang.com
categories-append www
supported_archs noarch
platforms any