pkgsrc/devel/p5-Test-Perl-Critic/Makefile
wen a64368133c Update to 1.04
Upstream changes:
[1.04] Released on 2018-03-26

     Sped up critic_ok() by 4x by not recreating a Perl::Critic object
     over and over.  Thanks, Jan Hol膷apek.  (GH#10)

     Now requires Test::Builder~0.88 or later to support the done_testing()
     method. (GH#2)

     Now requires MCE 1.827 to deal with problems running under taint
     mode.  Thanks, Alexandr Ciornii.  (GH #6)
2018-04-07 00:53:05 +00:00

21 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.16 2018/04/07 00:53:05 wen Exp $
#
DISTNAME= Test-Perl-Critic-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Perl-Critic/
COMMENT= Perl 5 module providing a Perl::Critic interface for test programs
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Perl-Critic>=1.105:../../devel/p5-Perl-Critic
USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Test/Perl/Critic/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"