1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/security/p5-PBKDF2-Tiny/Makefile
Sunpoet Po-Chuan Hsieh 640156187b - 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/
2015-02-26 17:38:20 +00:00

20 lines
389 B
Makefile

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