aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 17:32:38 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 17:32:38 +0000
commit4aeb3e86c3a47b887a31d67f6e32fb67b9186e12 (patch)
tree336a735b54acd8fcf21b42184833c4aa80500c1c /www/Makefile
parent9ebc731ebd7048cf415aa259cb374bf130f86274 (diff)
downloadports-4aeb3e86c3a47b887a31d67f6e32fb67b9186e12.tar.gz
ports-4aeb3e86c3a47b887a31d67f6e32fb67b9186e12.zip
Shakespeare is a template family for type-safe, efficient templates with
simple variable interpolation. Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted. In this case, the variable type needs a ToJavascript instance. There is also shakespeare-coffeescript for coffeescript templates. Coffescript is a language that compiles down to javascript. It expects a coffeescript compiler in your path, and variable should be a ToCoffee instance. WWW: http://www.yesodweb.com/book/templates Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=291720
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 937e83e72880..1fc3477fb5af 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -304,6 +304,7 @@
SUBDIR += hs-shakespeare
SUBDIR += hs-shakespeare-css
SUBDIR += hs-shakespeare-i18n
+ SUBDIR += hs-shakespeare-js
SUBDIR += hs-snap
SUBDIR += hs-snap-core
SUBDIR += hs-snap-server