mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -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_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
|
||||
|
|
Loading…
Add table
Reference in a new issue