to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
20 lines
573 B
Makefile
20 lines
573 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= http-reverse-proxy
|
|
PORTVERSION= 0.4.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Reverse proxy HTTP requests, either over raw sockets or with WAI
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= async blaze-builder>=0.3 case-insensitive>=0.4 conduit>=1.1 \
|
|
conduit-extra data-default-class http-client>=0.3 \
|
|
http-types>=0.6 lifted-base>=0.1 monad-control>=0.3 \
|
|
network resourcet streaming-commons text>=0.11 wai>=3.0 \
|
|
wai-logger word8>=0.0
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|