aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Twitter
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-10-06 13:06:42 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-10-06 13:06:42 +0000
commit9dff3523203bdda7ae358dcff3eb5a5ef3e54d33 (patch)
tree0721b637b4bcfc0a8ff2a945bdcb7e68f8993680 /net/p5-Net-Twitter
parent2e4b740f2cc9a250b2c6056d8706e15d3bfa9763 (diff)
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
Notes
Notes: svn path=/head/; revision=481365
Diffstat (limited to 'net/p5-Net-Twitter')
-rw-r--r--net/p5-Net-Twitter/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile
index e8ce9484e09f..837135cfe999 100644
--- a/net/p5-Net-Twitter/Makefile
+++ b/net/p5-Net-Twitter/Makefile
@@ -14,7 +14,8 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
p5-Class-Load>=0:devel/p5-Class-Load \
p5-Data-Visitor>=0:devel/p5-Data-Visitor \
p5-DateTime>=0.51:devel/p5-DateTime \
@@ -33,7 +34,6 @@ BUILD_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
p5-URI>=1.40:net/p5-URI \
p5-libwww>=2.032:www/p5-libwww \
p5-namespace-autoclean>=0.09:devel/p5-namespace-autoclean
-RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
p5-Test-Warn>=0:devel/p5-Test-Warn
@@ -45,7 +45,8 @@ USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502502
-BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01:devel/p5-ExtUtils-MakeMaker
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01:devel/p5-ExtUtils-MakeMaker
.endif
.include <bsd.port.post.mk>