freebsd-ports/www/hs-yesod-static/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

23 lines
744 B
Makefile

# $FreeBSD$
PORTNAME= yesod-static
PORTVERSION= 1.2.4
PORTREVISION= 1
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 resourcet>=0.4 \
shakespeare>=2.0 system-fileio>=0.3 system-filepath>=0.4.6 \
text>=0.9 unix-compat>=0.2 unordered-containers>=0.2 \
wai>=1.3 wai-app-static>=1.3.2 yesod-core>=1.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>