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

PORTNAME=   HStringTemplate
PORTVERSION=    0.8.7
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    StringTemplate implementation in Haskell

LICENSE=    BSD3CLAUSE

USE_CABAL=  blaze-builder mtl old-locale syb void

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