Add missing dependency.

PR:		247697
Reported by:	Mike Andrews
This commit is contained in:
Mathieu Arnold 2020-08-26 13:32:24 +00:00
parent 80600e0a2c
commit f5e2d4949f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546282

View File

@ -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