mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
devel/p5-Pod-Coverage: Use P5_POD_PARSER
This commit is contained in:
parent
d134491ef3
commit
1e82f5bf0d
1 changed files with 3 additions and 3 deletions
|
@ -11,14 +11,14 @@ COMMENT= Checks if the documentation of a module is comprehensive
|
||||||
LICENSE= ART10 GPLv1+
|
LICENSE= ART10 GPLv1+
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Devel-Symdump>=2.01:devel/p5-Devel-Symdump \
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
p5-Pod-Parser>=1.13:textproc/p5-Pod-Parser
|
|
||||||
RUN_DEPENDS= p5-Devel-Symdump>=2.01:devel/p5-Devel-Symdump \
|
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
|
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
PORTDOCS= Changes
|
PORTDOCS= Changes
|
||||||
|
|
Loading…
Add table
Reference in a new issue