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

PORTNAME=   project-template
PORTVERSION=    0.2.0
CATEGORIES= devel haskell

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

LICENSE=    BSD3CLAUSE

USE_CABAL=  base64-bytestring conduit>=1.0 conduit-extra mtl>=2.0 \
        resourcet>=0.4.3 text>=0.11

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