15 lines
327 B
Makefile
15 lines
327 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= x509-system
|
|
PORTVERSION= 1.6.0
|
|
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.6 x509-store>=1.6
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|