blob: 7c3e98df223438d0a89cdba0dc0e8b7d7e7dbcd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $FreeBSD$
PORTNAME= x509-system
PORTVERSION= 1.4.5
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Handle per-operating-system X.509 accessors and storage
LICENSE= BSD3CLAUSE
USE_CABAL= mtl pem>=0.1 x509>=1.4 x509-store>=1.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|