freebsd-ports/www/hs-shakespeare/Makefile
Gabor Pali 4ec18f7207 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
2012-02-18 17:11:03 +00:00

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>