c3f1e700ad
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!
24 lines
743 B
Makefile
24 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/08/21 16:33:42 seb Exp $
|
|
|
|
DISTNAME= File-Find-Rule-PPI-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Find-Rule-PPI/
|
|
COMMENT= Add support for PPI queries to File::Find::Rule
|
|
#LICENSE= ${PERL_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-File-Find-Rule>=0.20:../../devel/p5-File-Find-Rule
|
|
DEPENDS+= p5-PPI>=1.00:../../devel/p5-PPI
|
|
DEPENDS+= p5-Params-Util>=0.10:../../devel/p5-Params-Util
|
|
|
|
PERL5_PACKLIST= auto/File/Find/Rule/PPI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|