pkgsrc/devel/p5-Perl-Critic/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

44 lines
1.7 KiB
Makefile

# $NetBSD: Makefile,v 1.15 2010/08/21 16:34:17 seb Exp $
#
DISTNAME= Perl-Critic-1.108
PKGNAME= p5-${DISTNAME}
#PKGNAME= p5-${DISTNAME:C/0[0-9][0-9]$/.&/}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Perl-Critic/
COMMENT= Perl 5 module providing a static Perl source code analysis engine
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-B-Keywords>=1.05:../../devel/p5-B-Keywords
DEPENDS+= p5-Config-Tiny>=2:../../devel/p5-Config-Tiny
DEPENDS+= p5-Exception-Class>=1.23:../../devel/p5-Exception-Class
DEPENDS+= p5-Email-Address>=1.889:../../mail/p5-Email-Address
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
DEPENDS+= p5-List-MoreUtils>=0.19:../../devel/p5-List-MoreUtils
DEPENDS+= p5-PPI>=1.208:../../devel/p5-PPI
DEPENDS+= p5-PPIx-Utilities>=1.000:../../devel/p5-PPIx-Utilities
DEPENDS+= p5-Readonly>=1.03:../../devel/p5-Readonly
DEPENDS+= p5-String-Format>=1.13:../../devel/p5-String-Format
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
# Recommended dependencies
DEPENDS+= p5-File-HomeDir>=0:../../devel/p5-File-HomeDir
DEPENDS+= p5-File-Which>=0:../../devel/p5-File-Which
DEPENDS+= p5-Perl-Tidy>=0:../../devel/p5-Perl-Tidy
DEPENDS+= p5-PPIx-Regexp-[0-9]*:../../devel/p5-PPIx-Regexp
DEPENDS+= p5-Pod-Spell>=1:../../textproc/p5-Pod-Spell
DEPENDS+= p5-Readonly-XS>=0:../../devel/p5-Readonly-XS
DEPENDS+= p5-Regexp-Parser>=0.20:../../devel/p5-Regexp-Parser
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Perl/Critic/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"