blob: 6f992a10929f8cc967412b99773de78159e6db2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= HStringTemplate
PORTVERSION= 0.7.1
PORTREVISION= 2
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
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|