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

PORTNAME=   shakespeare
PORTVERSION=    2.0.5
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>=2 \
        text>=0.7

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