aboutsummaryrefslogtreecommitdiff
path: root/security/hs-HsOpenSSL
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 18:46:37 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 18:46:37 +0000
commit3884eb79187ab11f314139f9ab4de42b14ce6cac (patch)
tree16b78402a6548bfb3e3b7dec7852b9b974e114e9 /security/hs-HsOpenSSL
parentf54713216f57708e9c91745158cc6bf1fe6cb5c5 (diff)
downloadports-3884eb79187ab11f314139f9ab4de42b14ce6cac.tar.gz
ports-3884eb79187ab11f314139f9ab4de42b14ce6cac.zip
Notes
Diffstat (limited to 'security/hs-HsOpenSSL')
-rw-r--r--security/hs-HsOpenSSL/Makefile21
-rw-r--r--security/hs-HsOpenSSL/distinfo2
-rw-r--r--security/hs-HsOpenSSL/pkg-descr6
3 files changed, 29 insertions, 0 deletions
diff --git a/security/hs-HsOpenSSL/Makefile b/security/hs-HsOpenSSL/Makefile
new file mode 100644
index 000000000000..b710e3aed571
--- /dev/null
+++ b/security/hs-HsOpenSSL/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-HsOpenSSL
+# Date created: November 19, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= HsOpenSSL
+PORTVERSION= 0.10.1.2
+CATEGORIES= security haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= (Incomplete) OpenSSL binding for Haskell
+
+FILE_LICENSE= COPYING
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= network>=2.1.0.0
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/security/hs-HsOpenSSL/distinfo b/security/hs-HsOpenSSL/distinfo
new file mode 100644
index 000000000000..8488bf457cdd
--- /dev/null
+++ b/security/hs-HsOpenSSL/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/HsOpenSSL-0.10.1.2.tar.gz) = b0570ea5d95ab54887def3c9ae0d8874eb2f51c187f7bb15eed2e844ceb05259
+SIZE (cabal/HsOpenSSL-0.10.1.2.tar.gz) = 60942
diff --git a/security/hs-HsOpenSSL/pkg-descr b/security/hs-HsOpenSSL/pkg-descr
new file mode 100644
index 000000000000..bf7838debe44
--- /dev/null
+++ b/security/hs-HsOpenSSL/pkg-descr
@@ -0,0 +1,6 @@
+HsOpenSSL is an (incomplete) OpenSSL binding for Haskell. It can
+generate RSA and DSA keys, read and write PEM files, generate message
+digests, sign and verify messages, encrypt and decrypt messages. It has
+also some capabilities of creating SSL clients and servers.
+
+WWW: https://github.com/phonohawk/HsOpenSSL