diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-27 01:38:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-27 01:38:20 +0800 |
commit | 107ef3eceb72d190a3bba401eefc3701534bec1d (patch) | |
tree | 3ad9bda6652cb9d29d19ab003bc42ab9f6e505cf /security/Makefile | |
parent | c4fd3162f7e32af22e8c19e191232704ed592f0e (diff) | |
download | freebsd-ports-gnome-107ef3eceb72d190a3bba401eefc3701534bec1d.tar.gz freebsd-ports-gnome-107ef3eceb72d190a3bba401eefc3701534bec1d.tar.zst freebsd-ports-gnome-107ef3eceb72d190a3bba401eefc3701534bec1d.zip |
- Add p5-PBKDF2-Tiny 0.005
PBKDF2::Tiny provides an RFC 2898 compliant PBKDF2 implementation using
HMAC-SHA1 or HMAC-SHA2 in under 100 lines of code.
WWW: http://search.cpan.org/dist/PBKDF2-Tiny/
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 fc954fefad9f..895c32771ac3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -620,6 +620,7 @@ SUBDIR += p5-OpenCA-PKCS7 SUBDIR += p5-OpenCA-REQ SUBDIR += p5-OpenCA-X509 + SUBDIR += p5-PBKDF2-Tiny SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += p5-POE-Component-SSLify |