# $FreeBSD: tags/RELEASE_10_1_0/www/hs-yesod-static/Makefile 367888 2014-09-10 20:50:31Z gerald $

PORTNAME=	yesod-static
PORTVERSION=	1.2.4
PORTREVISION=	1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Static file serving subsite for Yesod Web Framework

LICENSE=	MIT

USE_CABAL=	async attoparsec>=0.10 base64-bytestring>=0.1.0.1 \
		blaze-builder>=0.3 byteable>=0.1 conduit>=0.5 conduit-extra \
		cryptohash>=0.11 cryptohash-conduit>=0.1 css-text>=0.1.2 \
		data-default file-embed>=0.0.4.1 hashable>=1.1 hjsmin \
		http-types>=0.7 mime-types>=0.1 resourcet>=0.4 \
		shakespeare>=2.0 system-fileio>=0.3 system-filepath>=0.4.6 \
		text>=0.9 unix-compat>=0.2 unordered-containers>=0.2 \
		wai>=1.3 wai-app-static>=1.3.2 yesod-core>=1.2

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