opnsense-ports/net/hs-connection/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

18 lines
415 B
Makefile

# $FreeBSD$
PORTNAME= connection
PORTVERSION= 0.2.8
PORTREVISION= 3
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>