diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 01:13:17 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 01:13:17 +0800 |
commit | 6723fb8ed592d9a9f69e2be5df87e7188ec30042 (patch) | |
tree | 361f95980d78a653bc76cd612ae189851811da3a /www/Makefile | |
parent | 7e6c233505e9cdd10db14e91ac9d2450c3dd6697 (diff) | |
download | freebsd-ports-gnome-6723fb8ed592d9a9f69e2be5df87e7188ec30042.tar.gz freebsd-ports-gnome-6723fb8ed592d9a9f69e2be5df87e7188ec30042.tar.zst freebsd-ports-gnome-6723fb8ed592d9a9f69e2be5df87e7188ec30042.zip |
Hamlet gives you a type-safe tool for generating HTML code. It works
via Quasi-Quoting, and generating extremely efficient output code. The
syntax is white-space sensitive, and it helps you avoid cross-site
scripting issues and 404 errors.
WWW: http://www.yesodweb.com/book/templates
Obtained from: FreeBSD Haskell
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 763bcfdb72fd..b7f6aef782fd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -286,6 +286,7 @@ SUBDIR += hs-fastcgi SUBDIR += hs-gitit SUBDIR += hs-hS3 + SUBDIR += hs-hamlet SUBDIR += hs-happstack SUBDIR += hs-happstack-data SUBDIR += hs-happstack-ixset |