summaryrefslogtreecommitdiff
path: root/security/p5-Unix-Passwd-File/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Unix-Passwd-File/Makefile')
-rw-r--r--security/p5-Unix-Passwd-File/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/p5-Unix-Passwd-File/Makefile b/security/p5-Unix-Passwd-File/Makefile
index 00b6bee71466..69c453406f57 100644
--- a/security/p5-Unix-Passwd-File/Makefile
+++ b/security/p5-Unix-Passwd-File/Makefile
@@ -14,10 +14,10 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Crypt-Password-Util>=0.06:security/p5-Crypt-Password-Util \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Crypt-Password-Util>=0.06:security/p5-Crypt-Password-Util \
p5-File-Flock-Retry>=0:devel/p5-File-Flock-Retry \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \
p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \
p5-File-Slurper>=0:devel/p5-File-Slurper \
@@ -31,7 +31,8 @@ USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502501
-BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
.endif