aboutsummaryrefslogtreecommitdiff
path: root/security/kpcli
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2017-03-25 10:22:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2017-03-25 10:22:05 +0000
commita1cedd14e6d2980e665b7c535128554da5fa1170 (patch)
tree71854358eceef4f80526bccc6801c31133b6b57b /security/kpcli
parent711a32df14352cec88c30609969d6105dbd51166 (diff)
downloadports-a1cedd14e6d2980e665b7c535128554da5fa1170.tar.gz
ports-a1cedd14e6d2980e665b7c535128554da5fa1170.zip
Add Math::Random::ISAAC as a dependency as it provides a more secure rand()
function. PR: 217665 Approved by: maintainer timeout (alexander.4mail@gmail.com; 16 days) Differential Revision: D9923
Notes
Notes: svn path=/head/; revision=436892
Diffstat (limited to 'security/kpcli')
-rw-r--r--security/kpcli/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile
index 0ad400a58c18..f876357a60d9 100644
--- a/security/kpcli/Makefile
+++ b/security/kpcli/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kpcli
PORTVERSION= 3.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/kpcli/
EXTRACT_SUFX= .pl
@@ -21,7 +22,8 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:security/p5-Crypt-Rijndael \
p5-Data-Password>=0:security/p5-Data-Password \
p5-Clone>=0.31:devel/p5-Clone \
p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
- p5-Clipboard>=0:x11/p5-Clipboard
+ p5-Clipboard>=0:x11/p5-Clipboard \
+ p5-Math-Random-ISAAC>=1.0.1:math/p5-Math-Random-ISAAC
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5 shebangfix