aboutsummaryrefslogtreecommitdiff
path: root/security/hs-cprng-aes
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-cprng-aes')
-rw-r--r--security/hs-cprng-aes/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/hs-cprng-aes/Makefile b/security/hs-cprng-aes/Makefile
index 69cd7c61bde7..c4b38b81be8f 100644
--- a/security/hs-cprng-aes/Makefile
+++ b/security/hs-cprng-aes/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cprng-aes
PORTVERSION= 0.2.3
+PORTREVISION= 1
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
@@ -15,7 +16,8 @@ COMMENT= Crypto Pseudo Random Number Generator using AES
LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= cereal>=0.3.0 crypto-api>=0.8 cryptocipher>=0.2.5 entropy>=0.2
+USE_CABAL= cereal>=0.3.0 crypto-api>=0.8 cryptocipher>=0.2.5 entropy>=0.2 \
+ random
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>