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!
26 lines
788 B
Makefile
26 lines
788 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/08/21 16:34:39 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Test-YAML-Valid-0.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-YAML-Valid/
|
|
COMMENT= Perl 5 module to test for valid YAML
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-YAML>=0.60:../../textproc/p5-YAML
|
|
DEPENDS+= p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML
|
|
DEPENDS+= p5-YAML-Syck>=0.60:../../textproc/p5-YAML-Syck
|
|
DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Test/YAML/Valid/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|