git: 4fe731e1399a - main - archivers/p5-IO-Compress-Lzma: Add more TEST_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jan 2022 19:26:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4fe731e1399a431eafa95a05c3dee7e3d6d1152a commit 4fe731e1399a431eafa95a05c3dee7e3d6d1152a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-23 18:18:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-23 18:18:22 +0000 archivers/p5-IO-Compress-Lzma: Add more TEST_DEPENDS --- archivers/p5-IO-Compress-Lzma/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archivers/p5-IO-Compress-Lzma/Makefile b/archivers/p5-IO-Compress-Lzma/Makefile index fa76c76ea71e..1dca93553365 100644 --- a/archivers/p5-IO-Compress-Lzma/Makefile +++ b/archivers/p5-IO-Compress-Lzma/Makefile @@ -16,7 +16,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Compress-Raw-Lzma>=${PORTVERSION}:archivers/p5-Compress-Raw-Lzma \ p5-IO-Compress>=${PORTVERSION}:archivers/p5-IO-Compress TEST_DEPENDS= 7zz:archivers/7-zip \ + lzip:archivers/lzip \ p5-IO-String>=0:devel/p5-IO-String \ + p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \ p5-Test-Pod>=1:devel/p5-Test-Pod USES= perl5