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

PORTNAME=   HStringTemplate
PORTVERSION=    0.7.1
CATEGORIES= textproc haskell

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

LICENSE=    BSD

USE_CABAL=  blaze-builder mtl parsec syb text utf8-string void

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