freebsd-ports/www/hs-wai-extra/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

20 lines
569 B
Makefile

# $FreeBSD$
PORTNAME= wai-extra
PORTVERSION= 3.0.1.2
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Provides some basic WAI handlers and middleware
LICENSE= MIT
USE_CABAL= ansi-terminal base64-bytestring blaze-builder>=0.2.1.4 \
case-insensitive>=0.2 data-default-class fast-logger>=2.1 \
http-types>=0.7 lifted-base>=0.1.2 network>=2.2.1.5 \
resourcet>=0.4.6 streaming-commons stringsearch>=0.3 \
text>=0.7 void>=0.5 wai>=3.0 wai-logger>=2.0 word8
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>