git: cfb31daea689 - main - devel/p5-Contextual-Return: Add TEST_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:07:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfb31daea689e5966fbdedef0bff4b1fe8c6b01b commit cfb31daea689e5966fbdedef0bff4b1fe8c6b01b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-28 16:58:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-28 17:05:00 +0000 devel/p5-Contextual-Return: Add TEST_DEPENDS --- devel/p5-Contextual-Return/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/p5-Contextual-Return/Makefile b/devel/p5-Contextual-Return/Makefile index b84e0743ecfa..f194d52f5789 100644 --- a/devel/p5-Contextual-Return/Makefile +++ b/devel/p5-Contextual-Return/Makefile @@ -14,9 +14,11 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Want>=0:devel/p5-Want +TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>