forked from Lainports/opnsense-ports
16 lines
331 B
Makefile
16 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HStringTemplate
|
|
PORTVERSION= 0.8.7
|
|
PORTREVISION= 1
|
|
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>
|