mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Fix BUILD_DEPENDS & RUN_DEPENDS
- Update pkg-descr PR: ports/181872 Approved by: crees, tabthorpe (mentors, implicit)
This commit is contained in:
parent
b3d40bd309
commit
8211bc99f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326582
@ -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
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user