pkgsrc/textproc/p5-XML-SAX/Makefile
wen 87bf23c686 Update to 1.00
Upstream changes:
1.00  15 Feb 2018  Grant McLean
    - Add makefile dependency to fix order of build steps RT#62289 (patch from
      Ed J)
2018-02-20 09:58:50 +00:00

36 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.43 2018/02/20 09:58:50 wen Exp $
DISTNAME= XML-SAX-1.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-SAX/
COMMENT= Perl interface to the SAX2 XML Parser
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= p5-XML-SAX-Base<1.07
DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport
DEPENDS+= p5-XML-SAX-Base>=1.08:../../textproc/p5-XML-SAX-Base
# included in perl>=5.6.1
#DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
MAKE_ENV= SKIP_SAX_INSTALL=yes
EGSUBDIR= share/examples/p5-XML-SAX
CONF_FILES= ${EGSUBDIR}/ParserDetails.ini \
${PERL5_INSTALLVENDORLIB}/XML/SAX/ParserDetails.ini
PERL5_PACKLIST= auto/XML/SAX/.packlist
INSTALLATION_DIRS+= ${EGSUBDIR}
pre-configure:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
post-install:
${ECHO} > ${DESTDIR:Q}${PREFIX:Q}/${EGSUBDIR}/ParserDetails.ini
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"