blob: 7f74e2ed051856af34374ac51055cd98de89162a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= yesod-static
PORTVERSION= 1.5.0.2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Static file serving subsite for Yesod Web Framework
LICENSE= MIT
USE_CABAL= async attoparsec>=0.10 base64-bytestring>=0.1.0.1 \
blaze-builder>=0.3 byteable>=0.1 conduit>=0.5 conduit-extra \
cryptohash>=0.11 cryptohash-conduit>=0.1 css-text>=0.1.2 \
data-default file-embed>=0.0.4.1 hashable>=1.1 hjsmin \
http-types>=0.7 mime-types>=0.1 old-time>=1.0 resourcet>=0.4 \
text>=0.9 unix-compat>=0.2 unordered-containers>=0.2 wai>=1.3 \
wai-app-static>=3.1 yesod-core>=1.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|