summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-PBKDF2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-PBKDF2/Makefile')
-rw-r--r--security/p5-Crypt-PBKDF2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-PBKDF2/Makefile b/security/p5-Crypt-PBKDF2/Makefile
index f5a8709f9f97..1a38911e9179 100644
--- a/security/p5-Crypt-PBKDF2/Makefile
+++ b/security/p5-Crypt-PBKDF2/Makefile
@@ -13,7 +13,8 @@ COMMENT= PBKDF2 password hashing algorithm
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Digest-HMAC>=1.01:security/p5-Digest-HMAC \
+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 \
@@ -21,7 +22,6 @@ BUILD_DEPENDS= p5-Digest-HMAC>=1.01:security/p5-Digest-HMAC \
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