c50f610598
0.15 08 Feb 2007 Grant McLean - Fixed handling of entities in attribute values - Cleaned up some benign warnings 0.14 23 Apr 2006 Matt Sergeant - Fixed CDATA section parsing (Uwe Voelker) - Fix Makefile.PL for VMS - Support calling set_handler() mid-parse - Fix for when random modules overload UNIVERSAL::AUTOLOAD() - Fix case when ParserDetails.ini isn't being updated but we are doing an upgrade. 0.13 24 Oct 2005 Matt Sergeant - Complete re-write of XML::SAX::PurePerl for performance - Support Encoding & XMLVersion in DocumentLocator interface - A few conformance tweaks to match perl SAX 2.1.
30 lines
799 B
Makefile
30 lines
799 B
Makefile
# $NetBSD: Makefile,v 1.17 2007/02/27 14:03:58 wiz Exp $
|
|
|
|
DISTNAME= XML-SAX-0.15
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport
|
|
DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/XML/SAX/.packlist
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${_USE_DESTDIR} != "no"
|
|
.include "../../lang/perl5/vars.mk"
|
|
|
|
INSTALL_ENV+= PERL5LIB=${DESTDIR}${PERL5_INSTALLVENDORLIB}
|
|
.endif
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|