aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-shakespeare/Makefile
blob: cf7cc6c3bfbc0765db6773ab751fb7ba6ce1dadc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   shakespeare
PORTVERSION=    2.0.13
PORTREVISION=   1
CATEGORIES= www haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Toolkit for making compile-time interpolated templates

LICENSE=    MIT

USE_CABAL=  aeson blaze-html blaze-markup exceptions parsec text

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>