diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-09 18:32:59 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-09 18:32:59 +0000 |
commit | c2308125f05c811bfcd356fd3edf578f02657ece (patch) | |
tree | 60715b3490544280b365568197cd7de45ef8b2a3 /textproc/p5-Perl-Critic | |
parent | 12ab70708e4ef63de5dd573a09f3a4c88d17becf (diff) |
Notes
Diffstat (limited to 'textproc/p5-Perl-Critic')
-rw-r--r-- | textproc/p5-Perl-Critic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index a99f3d70d983..41d56f340b70 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -8,6 +8,7 @@ PORTNAME= Perl-Critic PORTVERSION= 1.10.8 +PORTREVISION= 1 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -29,6 +30,7 @@ RUN_DEPENDS= p5-B-Keywords>=1.05:${PORTSDIR}/devel/p5-B-Keywords \ p5-String-Format>=1.13:${PORTSDIR}/textproc/p5-String-Format \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-version>=0:${PORTSDIR}/devel/p5-version \ + p5-PPIx-Utilities>=1.000:${PORTSDIR}/textproc/p5-PPIx-Utilitites \ perltidy:${PORTSDIR}/devel/perltidy BUILD_DEPENDS= ${RUN_DEPENDS} |