diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-15 06:56:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-15 06:56:44 +0800 |
commit | ede03adbcb00cc046b52d0d0a71cba28bf71e37a (patch) | |
tree | 5484f74ec12cd32e05e04f53b6bbf3aad3c6d9fb /www/Makefile | |
parent | 5b9e476a03361de4a4e25286d820797e246d4468 (diff) | |
download | freebsd-ports-gnome-ede03adbcb00cc046b52d0d0a71cba28bf71e37a.tar.gz freebsd-ports-gnome-ede03adbcb00cc046b52d0d0a71cba28bf71e37a.tar.zst freebsd-ports-gnome-ede03adbcb00cc046b52d0d0a71cba28bf71e37a.zip |
Haml is a markup language that's used to cleanly and simply describe the XHTML
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 XHTML into the template,
because it itself is a description of the XHTML, with some code to generate
dynamic content.
WWW: http://haml.hamptoncatlin.com/
PR: ports/114568
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 33618482e930..f551670c1756 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1090,6 +1090,7 @@ SUBDIR += rubygem-actionpack SUBDIR += rubygem-actionwebservice SUBDIR += rubygem-bluecloth + SUBDIR += rubygem-haml SUBDIR += rubygem-hpricot SUBDIR += rubygem-layout-yullio SUBDIR += rubygem-maruku |