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

PORTNAME=   shakespeare
PORTVERSION=    1.0.5
CATEGORIES= www haskell

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

LICENSE=    MIT

USE_CABAL=  parsec>=2 system-fileio>=0.3 system-filepath>=0.4 \
        text>=0.7

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