summaryrefslogtreecommitdiffstats
path: root/www/hs-yesod-json/Makefile
blob: 09ad16c57a57a61379e8ace61c93bf681e10aa74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	yesod-json
PORTVERSION=	1.1.2
PORTREVISION=	1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Generate content for Yesod using the aeson package

LICENSE=	MIT

USE_CABAL=	aeson>=0.5 attoparsec-conduit>=0.5 blaze-builder \
		conduit>=0.5 safe>=0.2 shakespeare-js>=1.0 text>=0.8 \
		transformers>=0.2.2 vector>=0.9 wai>=1.3 wai-extra>=1.3 \
		yesod-core>=1.1 yesod-routes>=1.1

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