pkgsrc/devel/p5-Test-Distribution/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

31 lines
1,018 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/08/21 16:34:32 seb Exp $
DISTNAME= Test-Distribution-2.00
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
SVR4_PKGNAME= p5tdi
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Distribution/
COMMENT= Perl5 module testing all modules of a distribution
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
# In perl, but since when?
#DEPENDS+= p5-ExtUtils-Manifest>=1.43
#DEPENDS+= p5-Test-More>=0.45
DEPENDS+= p5-File-Find-Rule>=0.03:../../devel/p5-File-Find-Rule
DEPENDS+= p5-Module-CoreList>=1.93:../../devel/p5-Module-CoreList
DEPENDS+= p5-Test-Pod>=0.95:../../devel/p5-Test-Pod
DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
DEPENDS+= p5-Pod-Coverage>=0.17:../../textproc/p5-Pod-Coverage
PERL5_PACKLIST= auto/Test/Distribution/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"