diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /security/hs-RSA | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'security/hs-RSA')
-rw-r--r-- | security/hs-RSA/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/hs-RSA/Makefile b/security/hs-RSA/Makefile index 177943f0601f..ccf5695fc11a 100644 --- a/security/hs-RSA/Makefile +++ b/security/hs-RSA/Makefile @@ -2,7 +2,7 @@ PORTNAME= RSA PORTVERSION= 1.2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +10,6 @@ COMMENT= Implementation of RSA, using the padding schemes of PKCS#1 v2.1 LICENSE= BSD -CABAL_SETUP= Setup.hs USE_CABAL= crypto-api>=0.10 crypto-pubkey-types>=0.2 monadcryptorandom SHA OPTIONS_DEFINE= MD5 BINARY |