opnsense-ports/security/hs-x509-system/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

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>