pkgsrc/textproc/p5-XML-Feed/Makefile
seb febfbb41f9 Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00

37 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2010/08/21 16:36:11 seb Exp $
#
DISTNAME= XML-Feed-0.43
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5xfe
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Feed/
COMMENT= Perl syndication feed parser for both RSS and Atom feeds
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
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-Feed-Find-[0-9]*:../../textproc/p5-Feed-Find
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable
DEPENDS+= p5-URI-Fetch-[0-9]*:../../www/p5-URI-Fetch
DEPENDS+= p5-XML-Atom>=0.32:../../textproc/p5-XML-Atom
DEPENDS+= p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML
DEPENDS+= p5-XML-RSS>=1.40:../../textproc/p5-XML-RSS
BUILD_DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--defaultdeps
PERL5_PACKLIST= auto/XML/Feed/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"