aboutsummaryrefslogtreecommitdiff
path: root/security/hs-x509-system/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-x509-system/Makefile')
-rw-r--r--security/hs-x509-system/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/hs-x509-system/Makefile b/security/hs-x509-system/Makefile
new file mode 100644
index 000000000000..7c3e98df2234
--- /dev/null
+++ b/security/hs-x509-system/Makefile
@@ -0,0 +1,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>