d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
24 lines
782 B
Makefile
24 lines
782 B
Makefile
# $NetBSD: Makefile,v 1.20 2013/05/31 12:42:21 wiz Exp $
|
|
|
|
DISTNAME= XML-SAX-Expat-0.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
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)
|
|
|
|
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"
|