Update to 1.03.
New dependency on p5-MCE. Changes: https://metacpan.org/changes/distribution/Test-Perl-Critic
This commit is contained in:
parent
307cea7237
commit
fc70856178
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378983
2 changed files with 6 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-Perl-Critic
|
||||
PORTVERSION= 1.02
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,10 +10,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Use Perl::Critic in test programs
|
||||
|
||||
BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic
|
||||
BUILD_DEPENDS= p5-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Perl-Critic \
|
||||
p5-MCE>=1.52:${PORTSDIR}/devel/p5-MCE
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Test-Perl-Critic-1.02.tar.gz) = 89b242ff539034336ed87c11ef3e5ecac47c333a6ab8b46aab4cc449e3739a89
|
||||
SIZE (Test-Perl-Critic-1.02.tar.gz) = 21250
|
||||
SHA256 (Test-Perl-Critic-1.03.tar.gz) = 8f93a2438812bf78190489e92c10a464aa7175eda946390c61806f81afa12039
|
||||
SIZE (Test-Perl-Critic-1.03.tar.gz) = 21467
|
||||
|
|
Loading…
Reference in a new issue