aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Perl-Critic
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-08-26 13:32:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-08-26 13:32:24 +0000
commitf5e2d4949f2c7bd04cf146d8902450dc92d89fcc (patch)
tree5187fc29f848c71938f71bb22b7f4023fc2e8314 /textproc/p5-Perl-Critic
parent80600e0a2c1a88ae511ef8bb57c003c198a63c90 (diff)
downloadports-f5e2d4949f2c7bd04cf146d8902450dc92d89fcc.tar.gz
ports-f5e2d4949f2c7bd04cf146d8902450dc92d89fcc.zip
Add missing dependency.
PR: 247697 Reported by: Mike Andrews
Notes
Notes: svn path=/head/; revision=546282
Diffstat (limited to 'textproc/p5-Perl-Critic')
-rw-r--r--textproc/p5-Perl-Critic/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile
index 68c0c368486d..8e70fad76d93 100644
--- a/textproc/p5-Perl-Critic/Makefile
+++ b/textproc/p5-Perl-Critic/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Perl-Critic
PORTVERSION= 1.138
+PORTREVISION= 1
CATEGORIES= textproc devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -30,7 +31,8 @@ RUN_DEPENDS= p5-B-Keywords>=1.05:devel/p5-B-Keywords \
p5-Pod-Spell>=1:textproc/p5-Pod-Spell \
p5-Readonly>=2:devel/p5-Readonly \
p5-String-Format>=1.13:textproc/p5-String-Format \
- p5-Task-Weaken>=0:devel/p5-Task-Weaken
+ p5-Task-Weaken>=0:devel/p5-Task-Weaken \
+ ${P5_POD_PARSER}
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
USES= perl5