aboutsummaryrefslogtreecommitdiff
path: root/www/hs-http-client/Makefile
blob: 4b3dedcb84aaf4f43ae0eb038ec02c06d09243ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	http-client
PORTVERSION=	0.5.12.1
PORTREVISION=	1
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	HTTP client engine, intended as a base layer for more user-friendly packages

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 \
		memory mime-types network>=2.6 network-uri>=2.6 random \
		streaming-commons>=0.1.0.2

FLAGS_ENABLE=	network-uri

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>