1
0
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:
Grzegorz Blach 2013-09-07 08:39:25 +00:00
parent b3d40bd309
commit 8211bc99f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326582
2 changed files with 10 additions and 9 deletions

View File

@ -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

View File

@ -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/