From b54d7a5fb477dc825fc29105b5ca69d4563a095d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Jun 2017 14:00:18 +0000 Subject: [PATCH] Fix *_DEPENDS: add missing archivers/p5-Archive-Zip and www/p5-HTTP-Date With hat: perl --- devel/p5-CPAN-Site/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-CPAN-Site/Makefile b/devel/p5-CPAN-Site/Makefile index 274f3c27d52d..ea5b23b48b7d 100644 --- a/devel/p5-CPAN-Site/Makefile +++ b/devel/p5-CPAN-Site/Makefile @@ -14,8 +14,10 @@ COMMENT= Extend CPAN with private packages LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ +BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ p5-CPAN-Checksums>=0:devel/p5-CPAN-Checksums \ + p5-HTTP-Date>=0:www/p5-HTTP-Date \ p5-libwww>=0:www/p5-libwww \ p5-Log-Report>=0.25:devel/p5-Log-Report RUN_DEPENDS:= ${BUILD_DEPENDS}