# $FreeBSD: head/security/hs-x509-system/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	x509-system
PORTVERSION=	1.6.4
PORTREVISION=	1
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>
