summaryrefslogtreecommitdiff
path: root/net/hs-connection/Makefile
blob: c247122b239f38e47ac5bba866761a8e5b68a586 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	connection
PORTVERSION=	0.2.8
PORTREVISION=	4
CATEGORIES=	net haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Simple and easy network connections API

LICENSE=	BSD3CLAUSE

USE_CABAL=	byteable data-default-class network>=2.3 socks>=0.4 \
		tls>=1.3 x509>=1.5 x509-store>=1.5 x509-system>=1.5 \
		x509-validation>=1.5

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