aboutsummaryrefslogtreecommitdiff
path: root/security/hs-cprng-aes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-cprng-aes/Makefile')
-rw-r--r--security/hs-cprng-aes/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/hs-cprng-aes/Makefile b/security/hs-cprng-aes/Makefile
index a7b1bcec69a1..d39ce6bd20e1 100644
--- a/security/hs-cprng-aes/Makefile
+++ b/security/hs-cprng-aes/Makefile
@@ -1,16 +1,15 @@
# $FreeBSD$
PORTNAME= cprng-aes
-PORTVERSION= 0.5.2
-PORTREVISION= 1
+PORTVERSION= 0.6.1
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Crypto Pseudo Random Number Generator using AES
+COMMENT= Crypto Pseudo Random Number Generator using AES in counter mode
LICENSE= BSD3CLAUSE
-USE_CABAL= byteable cipher-aes>=0.2 crypto-random>=0.0.7 random
+USE_CABAL= byteable cipher-aes>=0.2.9 crypto-random>=0.0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>