Tweak security/libp11 version 0.4.0
[dports.git] / security / hs-tls / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       tls
4 PORTVERSION=    1.3.1
5 CATEGORIES=     security haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        TLS/SSL protocol native implementation (Server and Client)
9
10 LICENSE=        BSD3CLAUSE
11
12 USE_CABAL=      asn1-encoding asn1-types>=0.2.0 async byteable cereal>=0.4 \
13                 cryptonite>=0.3 data-default-class memory mtl network \
14                 x509>=1.6 x509-store>=1.6 x509-validation>=1.6
15
16 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
17 .include <bsd.port.mk>