Prune net-mgmt/pnp-icinga
[dports.git] / www / hs-yesod / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       yesod
4 PORTVERSION=    1.2.6.1
5 PORTREVISION=   1
6 CATEGORIES=     www haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Creation of type-safe, RESTful web applications
10
11 LICENSE=        MIT
12
13 USE_CABAL=      aeson blaze-html>=0.5 blaze-markup>=0.5.1 conduit-extra \
14                 data-default fast-logger monad-control>=0.3 monad-logger \
15                 safe shakespeare>=2.0 text unordered-containers wai>=1.3 \
16                 wai-extra>=1.3 warp>=1.3 yaml yesod-auth>=1.2 \
17                 yesod-core>=1.2.2 yesod-form>=1.3 yesod-persistent>=1.2
18
19 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
20 .include <bsd.port.mk>