aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-14 22:56:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-14 22:56:44 +0000
commite0206bfb007edba3697c6c910ba1a23acecfe88f (patch)
tree85cbef89a220cf6fe4272e77ea5187e942c9a8ab /www/Makefile
parentbfe6dadf79677a93872b7f31e0b948e0591148c8 (diff)
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>
Notes
Notes: svn path=/head/; revision=195630
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
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