Bump security/authforce to version 0.9.9_5
[dports.git] / security / hs-x509-store / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       x509-store
4 PORTVERSION=    1.6.0
5 CATEGORIES=     security haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        X.509 collection accessing and storing methods
9
10 LICENSE=        BSD3CLAUSE
11
12 USE_CABAL=      asn1-encoding>=0.9 asn1-types>=0.3 cryptonite mtl pem>=0.1 \
13                 x509>=1.6
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>