diff options
author | culot <culot@FreeBSD.org> | 2012-01-24 21:51:08 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-01-24 21:51:08 +0800 |
commit | 92dedc1c719baf431fb6f2a0671de2847244355d (patch) | |
tree | f7a761137c7c1e6f37122f9bf8dff5f618ae1c9f /security/Makefile | |
parent | c3a03a80d0246fe9d580c7e0205f874ece497625 (diff) | |
download | freebsd-ports-gnome-92dedc1c719baf431fb6f2a0671de2847244355d.tar.gz freebsd-ports-gnome-92dedc1c719baf431fb6f2a0671de2847244355d.tar.zst freebsd-ports-gnome-92dedc1c719baf431fb6f2a0671de2847244355d.zip |
Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
allowing developers to follow best cryptography practice 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.
WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/
PR: ports/164427
Submitted by: Grzegorz Blach <magik@roorback.net>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index a6857ca732a4..5ad5bb16ef52 100644 --- a/security/Makefile +++ b/security/Makefile @@ -473,6 +473,7 @@ SUBDIR += p5-Crypt-UnixCrypt_XS SUBDIR += p5-Crypt-X509 SUBDIR += p5-Crypt-xDBM_File + SUBDIR += p5-Dancer-Plugin-Passphrase SUBDIR += p5-Data-Entropy SUBDIR += p5-Data-Password SUBDIR += p5-Digest |