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
1,017 B
Makefile
30 lines
1,017 B
Makefile
# $NetBSD: Makefile,v 1.31 2010/08/21 16:36:15 seb Exp $
|
|
|
|
DISTNAME= XML-RSS-1.48
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5xrs
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-RSS/
|
|
COMMENT= XML-RSS helps to create and update RSS files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-DateTime-Format-Mail-[0-9]*:../../time/p5-DateTime-Format-Mail
|
|
DEPENDS+= p5-DateTime-Format-W3CDTF-[0-9]*:../../time/p5-DateTime-Format-W3CDTF
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
|
|
|
|
BUILD_DEPENDS+= p5-Module-Build>=0.35000:../../devel/p5-Module-Build
|
|
BUILD_DEPENDS+= p5-Test-Manifest>=0.9:../../devel/p5-Test-Manifest
|
|
|
|
PERL5_PACKLIST= auto/XML/RSS/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|