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

PORTNAME=   project-template
PORTVERSION=    0.1.3
PORTREVISION=   1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Specify Haskell project templates and generate files

LICENSE=    BSD

USE_CABAL=  base64-bytestring base64-conduit classy-prelude>=0.4 \
        conduit>=0.5.4 mtl>=2.0 resourcet>=0.4.3 system-fileio>=0.3 \
        system-filepath>=0.4 text>=0.11 transformers>=0.2

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