# New ports collection makefile for: hs-HStringTemplate
# Date created:        December 2, 2011
# Whom:                haskell@FreeBSD.org
#
# $FreeBSD: ports/textproc/hs-HStringTemplate/Makefile,v 1.1 2012/02/18 03:08:15 pgj Exp $
#

PORTNAME=	HStringTemplate
PORTVERSION=	0.6.8
CATEGORIES=	textproc haskell

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

LICENSE=	BSD

USE_CABAL=	parsec syb text utf8-string

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