aboutsummaryrefslogtreecommitdiff
path: root/security/hs-crypto-random-api
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-02-05 22:26:31 +0000
commitc731105b7f8e403a3db33599a7d7f1ce9257f375 (patch)
tree23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /security/hs-crypto-random-api
parent32ca3ee61e3889801319024959589312eb652bfa (diff)
Notes
Diffstat (limited to 'security/hs-crypto-random-api')
-rw-r--r--security/hs-crypto-random-api/Makefile17
-rw-r--r--security/hs-crypto-random-api/distinfo2
-rw-r--r--security/hs-crypto-random-api/pkg-descr3
3 files changed, 22 insertions, 0 deletions
diff --git a/security/hs-crypto-random-api/Makefile b/security/hs-crypto-random-api/Makefile
new file mode 100644
index 000000000000..2ce742435ce2
--- /dev/null
+++ b/security/hs-crypto-random-api/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= crypto-random-api
+PORTVERSION= 0.2.0
+CATEGORIES= security haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Simple random generators API for cryptography related code
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= entropy
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/security/hs-crypto-random-api/distinfo b/security/hs-crypto-random-api/distinfo
new file mode 100644
index 000000000000..7ffa524456cd
--- /dev/null
+++ b/security/hs-crypto-random-api/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/crypto-random-api-0.2.0.tar.gz) = 56e9777061bd9ce553683d097ba3a11fdc371724060b62ca103f1f291f9f897c
+SIZE (cabal/crypto-random-api-0.2.0.tar.gz) = 3397
diff --git a/security/hs-crypto-random-api/pkg-descr b/security/hs-crypto-random-api/pkg-descr
new file mode 100644
index 000000000000..412a03280268
--- /dev/null
+++ b/security/hs-crypto-random-api/pkg-descr
@@ -0,0 +1,3 @@
+Simple random generators API for cryptography related code.
+
+WWW: http://github.com/vincenthz/hs-crypto-random-api