1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/hs-warp/Makefile
Gleb Popov 98ae1eaf36 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00

24 lines
636 B
Makefile

# $FreeBSD$
PORTNAME= warp
PORTVERSION= 3.2.22
PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast, light-weight web server for WAI applications
LICENSE= MIT
USE_CABAL= auto-update>=0.1.1 bsb-http-chunked case-insensitive>=0.2 \
hashable http-date http-types>=0.8.5 http2>=1.0.2 \
iproute>=1.3.1 network>=2.3 old-locale simple-sendfile>=0.2.7 \
streaming-commons>=0.1.10 unix-compat>=0.2 vault>=0.3 \
wai>=3.0 word8
FLAGS_ENABLE= allow-sendfilefd
FLAGS_DISABLE= network-bytestring warp-debug use-bytestring-builder
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>