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!
30 lines
844 B
Makefile
30 lines
844 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/08/21 16:33:35 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Devel-NYTProf-4.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://perl-devel-nytprof.googlecode.com/
|
|
COMMENT= Powerful feature-rich Perl 5 source code profiler
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
REPLACE_PERL+= perftest.pl lib/Devel/NYTProf/FileHandle.pm
|
|
|
|
DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any
|
|
DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
|
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple
|
|
|
|
.include "options.mk"
|
|
|
|
PERL5_PACKLIST= auto/Devel/NYTProf/.packlist
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|