blob: 4db58e4bed910a9fa6f53247d7c7103b71bb768f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= yesod
PORTVERSION= 1.4.5
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Creation of type-safe, RESTful web applications
LICENSE= MIT
USE_CABAL= aeson blaze-html>=0.5 blaze-markup>=0.5.1 conduit-extra \
data-default fast-logger monad-control>=0.3 monad-logger \
safe shakespeare>=2.0 streaming-commons text \
unordered-containers wai>=1.3 wai-extra>=1.3 wai-logger \
warp>=1.3 yaml yesod-auth>=1.4 yesod-core>=1.4 \
yesod-form>=1.3 yesod-persistent>=1.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|