diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 01:11:03 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 01:11:03 +0800 |
commit | 7e6c233505e9cdd10db14e91ac9d2450c3dd6697 (patch) | |
tree | 1c7d6a1cfdf2760d5b9ab3fc85830cfea5d747f8 /www/Makefile | |
parent | e75b3808ade4bf707c6278e7b97b37bdc9a476ca (diff) | |
download | freebsd-ports-gnome-7e6c233505e9cdd10db14e91ac9d2450c3dd6697.tar.gz freebsd-ports-gnome-7e6c233505e9cdd10db14e91ac9d2450c3dd6697.tar.zst freebsd-ports-gnome-7e6c233505e9cdd10db14e91ac9d2450c3dd6697.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.
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 584e02067740..763bcfdb72fd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -299,6 +299,7 @@ SUBDIR += hs-oeis SUBDIR += hs-recaptcha SUBDIR += hs-scgi + SUBDIR += hs-shakespeare SUBDIR += hs-snap SUBDIR += hs-snap-core SUBDIR += hs-snap-server |