blob: 3990ca07dacf1b58748bfacf1a6b8ed7025da242 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|