mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
20 lines
477 B
Makefile
20 lines
477 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= http-client
|
|
PORTVERSION= 0.3.6.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= HTTP client engine
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= base64-bytestring>=1.0 blaze-builder>=0.3 case-insensitive>=1.0 \
|
|
cookie data-default-class exceptions>=0.4 http-types>=0.8 \
|
|
mime-types network>=2.3 publicsuffixlist random \
|
|
streaming-commons>=0.1.0.2 text>=0.11
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|