summaryrefslogtreecommitdiffstats
path: root/security/hs-crypto-random-api/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-crypto-random-api/Makefile')
-rw-r--r--security/hs-crypto-random-api/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/hs-crypto-random-api/Makefile b/security/hs-crypto-random-api/Makefile
new file mode 100644
index 0000000..2ce7424
--- /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>
OpenPOWER on IntegriCloud