mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add missing dependency.
PR: 247697 Reported by: Mike Andrews
This commit is contained in:
parent
80600e0a2c
commit
f5e2d4949f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546282
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= Perl-Critic
|
PORTNAME= Perl-Critic
|
||||||
PORTVERSION= 1.138
|
PORTVERSION= 1.138
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc devel perl5
|
CATEGORIES= textproc devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
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-Pod-Spell>=1:textproc/p5-Pod-Spell \
|
||||||
p5-Readonly>=2:devel/p5-Readonly \
|
p5-Readonly>=2:devel/p5-Readonly \
|
||||||
p5-String-Format>=1.13:textproc/p5-String-Format \
|
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
|
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
|
|
Loading…
Add table
Reference in a new issue