summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Moose-More/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-Moose-More/Makefile')
-rw-r--r--devel/p5-Test-Moose-More/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Test-Moose-More/Makefile b/devel/p5-Test-Moose-More/Makefile
index f11060a031f8..c145042442c5 100644
--- a/devel/p5-Test-Moose-More/Makefile
+++ b/devel/p5-Test-Moose-More/Makefile
@@ -12,12 +12,12 @@ COMMENT= More tools for testing Moose packages
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Data-OptList>=0:devel/p5-Data-OptList \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Data-OptList>=0:devel/p5-Data-OptList \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-Moose>=0:devel/p5-Moose \
p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive \
p5-Syntax-Keyword-Junction>=0:devel/p5-Syntax-Keyword-Junction
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-TAP-SimpleOutput>=0.009:devel/p5-TAP-SimpleOutput \
p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
@@ -29,7 +29,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