1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/www/hs-warp/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
471 B
Makefile

# $FreeBSD$
PORTNAME= warp
PORTVERSION= 3.0.0.5
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast, light-weight web server for WAI applications
LICENSE= MIT
USE_CABAL= blaze-builder>=0.3.3 case-insensitive>=0.2 hashable \
http-date http-types>=0.8.5 network>=2.3 \
simple-sendfile>=0.2.7 streaming-commons>=0.1.2 text \
unix-compat>=0.2 void wai>=3.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>