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

PORTNAME=   doctemplates
PORTVERSION=    0.2.2.1
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    The doctemplates package

LICENSE=    BSD3CLAUSE

USE_CABAL=  aeson blaze-html blaze-markup scientific unordered-containers \
        vector

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