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=...").
26 lines
816 B
Makefile
26 lines
816 B
Makefile
# $NetBSD: Makefile,v 1.15 2008/10/19 19:18:59 he Exp $
|
|
|
|
DISTNAME= XML-SAX-Expat-0.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5xse
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-SAX-Expat/
|
|
COMMENT= Perl SAX2 XML driver sitting on top of Expat (XML::Parser)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport
|
|
DEPENDS+= p5-XML-SAX>=0.03:../../textproc/p5-XML-SAX
|
|
DEPENDS+= p5-XML-Parser>=2.27:../../textproc/p5-XML-Parser
|
|
|
|
MAKE_ENV+= SKIP_SAX_INSTALL=yes
|
|
PERL5_PACKLIST= auto/XML/SAX/Expat/.packlist
|
|
|
|
FILES_SUBST+= PERL5_INSTALLVENDORLIB=${PERL5_INSTALLVENDORLIB:Q}
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|