summaryrefslogtreecommitdiffstats
path: root/www/hs-yesod-core/Makefile
blob: cfecc2fc789412b783eb68c59f310843ae877726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=	yesod-core
PORTVERSION=	1.1.7.1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Creation of type-safe, RESTful web applications

LICENSE=	MIT

USE_CABAL=	aeson>=0.5 blaze-builder>=0.2.1.4 blaze-html>=0.5 \
		blaze-markup>=0.5.1 case-insensitive>=0.2 cereal>=0.3 \
		clientsession>=0.8 conduit>=0.5 cookie>=0.4 failure>=0.2 \
		fast-logger>=0.2 hamlet>=1.1 http-types>=0.7 lifted-base>=0.1 \
		monad-control>=0.3 monad-logger>=0.2.1 parsec>=2 \
		path-pieces>=0.1.2 random>=1.0.0.2 resourcet>=0.3 \
		shakespeare>=1.0 shakespeare-css>=1.0 shakespeare-i18n>=1.0 \
		shakespeare-js>=1.0.2 text>=0.7 transformers>=0.2.2 \
		transformers-base>=0.4 vector>=0.9 wai>=1.3 wai-extra>=1.3 \
		yesod-routes>=1.1

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