1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

devel/p5-Pod-Coverage: Use P5_POD_PARSER

This commit is contained in:
Po-Chuan Hsieh 2021-07-01 04:39:03 +08:00
parent d134491ef3
commit 1e82f5bf0d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -11,14 +11,14 @@ COMMENT= Checks if the documentation of a module is comprehensive
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Devel-Symdump>=2.01:devel/p5-Devel-Symdump \
p5-Pod-Parser>=1.13:textproc/p5-Pod-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Devel-Symdump>=2.01:devel/p5-Devel-Symdump \
p5-Pod-Parser>=1.13:textproc/p5-Pod-Parser
${P5_POD_PARSER}
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
PORTDOCS= Changes