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!
26 lines
860 B
Makefile
26 lines
860 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/08/21 16:34:46 seb Exp $
|
|
|
|
DISTNAME= namespace-autoclean-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=namespace/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/namespace-autoclean/
|
|
COMMENT= Keep imports out of your namespace
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
|
BUILD_DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
|
|
DEPENDS+= p5-B-Hooks-EndOfScope-[0-9]*:../../devel/p5-B-Hooks-EndOfScope
|
|
DEPENDS+= p5-Class-MOP>=0.80:../../devel/p5-Class-MOP
|
|
DEPENDS+= p5-namespace-clean>=0.11:../../devel/p5-namespace-clean
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/namespace/autoclean/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|