4ec18f7207
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
20 lines
438 B
Makefile
20 lines
438 B
Makefile
# New ports collection makefile for: hs-shakespeare
|
|
# Date created: December 25, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= shakespeare
|
|
PORTVERSION= 0.10.2
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A toolkit for making compile-time interpolated templates
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= parsec>=2 text>=0.7
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|