aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-RSA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-RSA/Makefile')
-rw-r--r--security/hs-RSA/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/security/hs-RSA/Makefile b/security/hs-RSA/Makefile
index 3ed4440449c6..903f45f9feb3 100644
--- a/security/hs-RSA/Makefile
+++ b/security/hs-RSA/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= RSA
-PORTVERSION= 2.0.0
-PORTREVISION= 1
+PORTVERSION= 2.1.0.1
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,12 +9,8 @@ COMMENT= Implementation of RSA, using the padding schemes of PKCS#1 v2.1
LICENSE= BSD3CLAUSE
-USE_CABAL= crypto-api>=0.10 crypto-pubkey-types>=0.2 DRBG>=0.5.2 \
- monadcryptorandom>0 pureMD5>0 QuickCheck>=2.5 SHA>0 \
- tagged>=0.2 test-framework>=0.8.0.3 \
- test-framework-quickcheck2>=0.3.0.2
-
-FLAGS_DISABLE= BuildTestExecutable
+USE_CABAL= crypto-api>=0.10 crypto-pubkey-types>=0.2 pureMD5>=2.1 \
+ SHA>0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>