Skip to content

Commit

Permalink
devel/p5-Pod-Coverage: Use P5_POD_PARSER
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 30, 2021
1 parent d134491 commit 1e82f5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devel/p5-Pod-Coverage/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 1e82f5b

Please sign in to comment.