mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
31 lines
789 B
Makefile
31 lines
789 B
Makefile
# Created by: Victor Popov <v.a.popov@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-PBKDF2
|
|
PORTVERSION= 0.161520
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= PBKDF2 password hashing algorithm
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Digest-HMAC>=1.01:security/p5-Digest-HMAC \
|
|
p5-Digest-SHA3>=0.22:security/p5-Digest-SHA3 \
|
|
p5-Module-Runtime>=0:devel/p5-Module-Runtime \
|
|
p5-Moo>=2:devel/p5-Moo \
|
|
p5-Try-Tiny>=0.04:lang/p5-Try-Tiny \
|
|
p5-Type-Tiny>=0:devel/p5-Type-Tiny \
|
|
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean \
|
|
p5-strictures>=2:devel/p5-strictures
|
|
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|