freebsd-ports/security/p5-Crypt-PBKDF2/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

30 lines
791 B
Makefile

# Created by: Victor Popov <v.a.popov@gmail.com>
# $FreeBSD$
PORTNAME= Crypt-PBKDF2
PORTVERSION= 0.160410
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= 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
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>