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!
25 lines
809 B
Makefile
25 lines
809 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/08/21 16:36:26 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Template-Plugin-DateTime-0.06001
|
|
PKGNAME= p5-${DISTNAME:S/06001/06.001/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Template-Plugin-DateTime/
|
|
COMMENT= A Template Plugin To Use DateTime Objects
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime
|
|
DEPENDS+= p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit
|
|
|
|
PERL5_PACKLIST= auto/Template/Plugin/DateTime/.packlist
|
|
PERL5_BUILD_TYPE= Module::Install
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|