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!
29 lines
859 B
Makefile
29 lines
859 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/08/21 16:34:58 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Template-GD-2.66
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AB/ABW/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AB/ABW/
|
|
COMMENT= GD plugin(s) for the Template Toolkit
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Template/GD/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
DEPENDS+= p5-GD>=1.14:../../graphics/p5-GD
|
|
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
|
|
|
|
# Recommended dependency
|
|
DEPENDS+= p5-GDGraph-[0-9]*:../../graphics/p5-GDGraph
|
|
DEPENDS+= p5-GD-Graph3d-[0-9]*:../../graphics/p5-GD-Graph3d
|
|
DEPENDS+= p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|