aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Dancer-Plugin-Passphrase
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2013-09-07 08:39:25 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2013-09-07 08:39:25 +0000
commit8211bc99f7594b56b4e85b78501fb7eb372da7c6 (patch)
treebcc1a07dde2ea341a9cb9a62116341e92c77f356 /security/p5-Dancer-Plugin-Passphrase
parentb3d40bd309bb0a294a03766486aac0507397e127 (diff)
downloadports-8211bc99f7594b56b4e85b78501fb7eb372da7c6.tar.gz
ports-8211bc99f7594b56b4e85b78501fb7eb372da7c6.zip
- Fix BUILD_DEPENDS & RUN_DEPENDS
- Update pkg-descr PR: ports/181872 Approved by: crees, tabthorpe (mentors, implicit)
Notes
Notes: svn path=/head/; revision=326582
Diffstat (limited to 'security/p5-Dancer-Plugin-Passphrase')
-rw-r--r--security/p5-Dancer-Plugin-Passphrase/Makefile14
-rw-r--r--security/p5-Dancer-Plugin-Passphrase/pkg-descr5
2 files changed, 10 insertions, 9 deletions
diff --git a/security/p5-Dancer-Plugin-Passphrase/Makefile b/security/p5-Dancer-Plugin-Passphrase/Makefile
index 3626f2107cdc..6e83f4ec4f9a 100644
--- a/security/p5-Dancer-Plugin-Passphrase/Makefile
+++ b/security/p5-Dancer-Plugin-Passphrase/Makefile
@@ -14,12 +14,14 @@ COMMENT= Passphrases and Passwords as objects for Dancer
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
- p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
- p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy
-RUN_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
- p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
- p5-Data-Entropy>0:${PORTSDIR}/security/p5-Data-Entropy
+BUILD_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
+ p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \
+ p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
+ p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA
+RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
+ p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \
+ p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
+ p5-Digest-SHA>=5.008:${PORTSDIR}/security/p5-Digest-SHA
PERL_CONFIGURE= yes
diff --git a/security/p5-Dancer-Plugin-Passphrase/pkg-descr b/security/p5-Dancer-Plugin-Passphrase/pkg-descr
index b9405232f169..12712586dda8 100644
--- a/security/p5-Dancer-Plugin-Passphrase/pkg-descr
+++ b/security/p5-Dancer-Plugin-Passphrase/pkg-descr
@@ -1,7 +1,6 @@
Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
-allowing developers to follow best cryptography practice without having to
+allowing developers to follow cryptography best practices without having to
become a cryptography expert. It uses the bcrypt algorithm as the default,
-wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function
-provided by Digest.
+while also supporting any hashing function provided by Digest.
WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/