Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / www / hs-yesod-bin / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       yesod-bin
4 PORTVERSION=    1.6.0.3
5 CATEGORIES=     www haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Yesod helper executable
9
10 LICENSE=        MIT
11 LICENSE_FILE=   ${WRKSRC}/LICENSE
12
13 USE_CABAL=      async attoparsec>=0.10 base64-bytestring \
14                 blaze-builder>=0.2.1.4 conduit>=1.2 conduit-extra \
15                 data-default-class file-embed fsnotify>=0.0 ghc-paths>=0.1 \
16                 http-client http-conduit>=2.1.4 http-reverse-proxy>=0.4 \
17                 http-types>=0.7 lifted-base network \
18                 optparse-applicative>=0.11 \
19                 project-template>=0.1.1 resourcet>=0.3 safe-exceptions say shakespeare>=2.0 \
20                 split>=0.2 streaming-commons tar>=0.4 \
21                 transformers-compat typed-process unix-compat>=0.2 unordered-containers \
22                 wai>=1.4 wai-extra warp>=1.3.7.5 warp-tls>=3.0.1 yaml>=0.8 \
23                 zlib>=0.5
24
25 EXECUTABLE=     yesod
26 STANDALONE=     yes
27
28 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
29 .include <bsd.port.mk>