b021813da0
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. 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=...").
27 lines
757 B
Makefile
27 lines
757 B
Makefile
# $NetBSD: Makefile,v 1.25 2008/10/19 19:18:58 he Exp $
|
|
#
|
|
|
|
DISTNAME= XML-DOM-1.44
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5xdo
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
COMMENT= Extend XML::Parser to build DOM Level 1 compliant data structure
|
|
|
|
DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-libxml-[0-9]*:../../textproc/p5-libxml
|
|
DEPENDS+= p5-XML-RegExp-[0-9]*:../../textproc/p5-XML-RegExp
|
|
|
|
CONFLICTS+= p5-libxml-enno-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/XML-DOM/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|