diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2011-12-01 10:33:56 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2011-12-01 10:33:56 +0000 |
commit | 4ae4e79813e0bc370aea5daf6974f0a70382de21 (patch) | |
tree | 2558e91d3ab946ba7fa50e9aeed6765ef7a02b90 /textproc/p5-Perl-Critic/Makefile | |
parent | 21252a597c11ea01e066f88654bff9c0792d93e8 (diff) |
Update to 1.11(.)6.
Changes: http://search.cpan.org/dist/Perl-Critic/Changes
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286724
Diffstat (limited to 'textproc/p5-Perl-Critic/Makefile')
-rw-r--r-- | textproc/p5-Perl-Critic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Perl-Critic/Makefile b/textproc/p5-Perl-Critic/Makefile index ce0c7188965e..83af548702a3 100644 --- a/textproc/p5-Perl-Critic/Makefile +++ b/textproc/p5-Perl-Critic/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Perl-Critic -PORTVERSION= 1.11.3 +PORTVERSION= 1.11.6 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ELLIOTJS @@ -37,6 +37,7 @@ RUN_DEPENDS= p5-B-Keywords>=1.05:${PORTSDIR}/devel/p5-B-Keywords \ p5-PPIx-Utilities>=1.000:${PORTSDIR}/textproc/p5-PPIx-Utilities \ perltidy:${PORTSDIR}/devel/perltidy BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep PERL_MODBUILD= yes @@ -231,6 +232,7 @@ MAN3= Perl::Critic.3 \ Perl::Critic::Utils::DataConversion.3 \ Perl::Critic::Utils::McCabe.3 \ Perl::Critic::Utils::POD.3 \ + Perl::Critic::Utils::POD::ParseInteriorSequence.3 \ Perl::Critic::Utils::PPI.3 \ Perl::Critic::Utils::Perl.3 \ Perl::Critic::Violation.3 \ |