Update to 0.22. Add Module::Pluggable for perl >= 5.20.

Donate this port to perl@.

Changes: https://metacpan.org/changes/distribution/Perl-Lint
This commit is contained in:
Adam Weinberger 2015-04-05 15:55:38 +00:00
parent 931a5f8921
commit fb207b62ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383301
3 changed files with 14 additions and 5 deletions

View File

@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= Perl-Lint
PORTVERSION= 0.21
PORTVERSION= 0.22
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MOZNION
PKGNAMEPREFIX= p5-
MAINTAINER= adamw@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Yet another Perl source code linter
BUILD_DEPENDS= p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords \
@ -16,6 +16,7 @@ BUILD_DEPENDS= p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords \
p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \
p5-List-Flatten>=0:${PORTSDIR}/devel/p5-List-Flatten \
p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \
p5-Regexp-Lexer>=0.05:${PORTSDIR}/devel/p5-Regexp-Lexer \
p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \
@ -26,4 +27,10 @@ TEST_DEPENDS= p5-Text-TestBase>=0:${PORTSDIR}/textproc/p5-Text-TestBase
USES= perl5
USE_PERL5= modbuildtiny
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 502000
TEST_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Perl-Lint-0.21.tar.gz) = d64fb992388ba71fe1d00c78aaff21f1f01f21939b195bd04f9625c0050ac400
SIZE (Perl-Lint-0.21.tar.gz) = 169866
SHA256 (Perl-Lint-0.22.tar.gz) = 638af616ddea3fc74972f4c8ac4ab78638e74eed7b2db9f10472d8c427cafc11
SIZE (Perl-Lint-0.22.tar.gz) = 172002

View File

@ -142,6 +142,7 @@
%%SITE_PERL%%/Perl/Lint/Policy/Variables/RequireLexicalLoopIterators.pm
%%SITE_PERL%%/Perl/Lint/Policy/Variables/RequireLocalizedPunctuationVars.pm
%%SITE_PERL%%/Perl/Lint/Policy/Variables/RequireNegativeIndices.pm
%%SITE_PERL%%/Test/Perl/Lint.pm
%%PERL5_MAN3%%/Perl::Lint.3.gz
%%PERL5_MAN3%%/Perl::Lint::Constants::Kind.3.gz
%%PERL5_MAN3%%/Perl::Lint::Constants::Type.3.gz
@ -286,3 +287,4 @@
%%PERL5_MAN3%%/Perl::Lint::Policy::Variables::RequireLexicalLoopIterators.3.gz
%%PERL5_MAN3%%/Perl::Lint::Policy::Variables::RequireLocalizedPunctuationVars.3.gz
%%PERL5_MAN3%%/Perl::Lint::Policy::Variables::RequireNegativeIndices.3.gz
%%PERL5_MAN3%%/Test::Perl::Lint.3.gz