# $FreeBSD: tags/RELEASE_10_0_0/devel/hs-hastache/Makefile 331644 2013-10-26 00:52:33Z gerald $

PORTNAME=	hastache
PORTVERSION=	0.5.0
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Haskell implementation of Mustache templates

LICENSE=	BSD

USE_CABAL=	blaze-builder ieee754 mtl syb text transformers utf8-string

INSTALL_PORTDATA=	cd ${WRKSRC} && ${INSTALL_DATA} README.md ${DATADIR}

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