2010-06-07 06:59:09 +00:00
|
|
|
# New ports collection makefile for: p5-Crypt-PBKDF2
|
|
|
|
# Date created: 2010-05-23
|
|
|
|
# Whom: Victor Popov <v.a.popov@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Crypt-PBKDF2
|
|
|
|
PORTVERSION= 0.101170
|
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-09-08 08:36:43 +00:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:ARODLAND
|
2010-06-07 06:59:09 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= v.a.popov@gmail.com
|
|
|
|
COMMENT= The PBKDF2 password hashing algorithm
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
|
|
p5-Moose>=1:${PORTSDIR}/devel/p5-Moose \
|
|
|
|
p5-MooseX-Method-Signatures>=0.30:${PORTSDIR}/devel/p5-MooseX-Method-Signatures \
|
|
|
|
p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \
|
|
|
|
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::PBKDF2.3 \
|
|
|
|
Crypt::PBKDF2::Hash.3 \
|
|
|
|
Crypt::PBKDF2::Hash::DigestHMAC.3 \
|
|
|
|
Crypt::PBKDF2::Hash::HMACSHA1.3 \
|
|
|
|
Crypt::PBKDF2::Hash::HMACSHA2.3
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
|
|
RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
|
|
RUN_DEPENDS+= p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|