mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
PortSystem 1.0
|
||
PortGroup ruby 1.0
|
||
|
||
ruby.setup haml 3.0.25 gem
|
||
conflicts rb-haml-edge
|
||
revision 1
|
||
maintainers nomaintainer
|
||
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.
|
||
categories-append www
|
||
license MIT
|
||
platforms any
|
||
supported_archs noarch
|
||
homepage http://haml-lang.com
|
||
master_sites http://rubygems.org/downloads/
|
||
checksums md5 88da935b08a8458d453a65da1a93f4de \
|
||
sha1 71fba1c7deefc237af6712388b1240aeed5e2113 \
|
||
rmd160 5c34251668d422d2d75480f44ba06fc38c90e2a6
|