diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-26 17:38:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-26 17:38:20 +0000 |
commit | 640156187b8d43b00a05f85303babf6df5f7277c (patch) | |
tree | 3ad9bda6652cb9d29d19ab003bc42ab9f6e505cf /security/p5-PBKDF2-Tiny/Makefile | |
parent | - Add p5-Authen-SASL-SASLprep 1.01 (diff) |
- 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/
Notes
Notes:
svn path=/head/; revision=380030
Diffstat (limited to 'security/p5-PBKDF2-Tiny/Makefile')
-rw-r--r-- | security/p5-PBKDF2-Tiny/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/p5-PBKDF2-Tiny/Makefile b/security/p5-PBKDF2-Tiny/Makefile new file mode 100644 index 000000000000..b6278132fdda --- /dev/null +++ b/security/p5-PBKDF2-Tiny/Makefile @@ -0,0 +1,19 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= PBKDF2-Tiny +PORTVERSION= 0.005 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DAGOLDEN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 or HMAC-SHA2 + +LICENSE= APACHE20 + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> |