summaryrefslogtreecommitdiff
path: root/devel/p5-Git-PurePerl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Git-PurePerl/Makefile')
-rw-r--r--devel/p5-Git-PurePerl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Git-PurePerl/Makefile b/devel/p5-Git-PurePerl/Makefile
index c2771f7c83aa..3bb152e593e9 100644
--- a/devel/p5-Git-PurePerl/Makefile
+++ b/devel/p5-Git-PurePerl/Makefile
@@ -13,7 +13,8 @@ COMMENT= Pure Perl interface to Git repositories
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Archive-Extract>=0:archivers/p5-Archive-Extract \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Archive-Extract>=0:archivers/p5-Archive-Extract \
p5-Config-GitLike>=0:devel/p5-Config-GitLike \
p5-Data-Stream-Bulk>=0:devel/p5-Data-Stream-Bulk \
p5-DateTime>=0:devel/p5-DateTime \
@@ -23,7 +24,6 @@ BUILD_DEPENDS= p5-Archive-Extract>=0:archivers/p5-Archive-Extract \
p5-MooseX-StrictConstructor>=0:devel/p5-MooseX-StrictConstructor \
p5-MooseX-Types-Path-Class>=0:devel/p5-MooseX-Types-Path-Class \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-utf8>=0:devel/p5-Test-utf8
USES= perl5