aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-19 21:53:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-19 21:53:07 +0000
commita4ae3342b66c5c9d3c7f97cf3b99743972df7645 (patch)
tree732eecc6f91479888c79a1bb3c31e8fda7f4821b /archivers
parent21bdc2aa937d6db5d407770ee626e3678dd2eddf (diff)
downloadports-a4ae3342b66c5c9d3c7f97cf3b99743972df7645.tar.gz
ports-a4ae3342b66c5c9d3c7f97cf3b99743972df7645.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=502047
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-Any-Lite/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/archivers/p5-Archive-Any-Lite/Makefile b/archivers/p5-Archive-Any-Lite/Makefile
index 18f0946dc96c..58fac594c337 100644
--- a/archivers/p5-Archive-Any-Lite/Makefile
+++ b/archivers/p5-Archive-Any-Lite/Makefile
@@ -14,16 +14,17 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
- p5-ExtUtils-MakeMaker-CPANfile>=0.07:devel/p5-ExtUtils-MakeMaker-CPANfile
+BUILD_DEPENDS= p5-ExtUtils-MakeMaker-CPANfile>=0.07:devel/p5-ExtUtils-MakeMaker-CPANfile \
+ ${RUN_DEPENDS}
RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip
TEST_DEPENDS= p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \
p5-Test-Pod>=1.18:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \
p5-Test-UseAllModules>=0.10:devel/p5-Test-UseAllModules
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>