summaryrefslogtreecommitdiff
path: root/devel/p5-MooX-Cmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-MooX-Cmd/Makefile')
-rw-r--r--devel/p5-MooX-Cmd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-MooX-Cmd/Makefile b/devel/p5-MooX-Cmd/Makefile
index bcea296977df..5e522be1b0d1 100644
--- a/devel/p5-MooX-Cmd/Makefile
+++ b/devel/p5-MooX-Cmd/Makefile
@@ -13,13 +13,13 @@ COMMENT= Giving an easy Moo style way to make command organized CLI apps
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-IO-TieCombine>=0:devel/p5-IO-TieCombine \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-IO-TieCombine>=0:devel/p5-IO-TieCombine \
p5-Module-Pluggable>=4.8:devel/p5-Module-Pluggable \
p5-Moo>=0.009013:devel/p5-Moo \
p5-Package-Stash>=0.33:devel/p5-Package-Stash \
p5-Regexp-Common>=2011121001:textproc/p5-Regexp-Common \
p5-Test-LoadAllModules>=0.021:devel/p5-Test-LoadAllModules
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-IO-TieCombine>=0:devel/p5-IO-TieCombine
USES= perl5