48ee82be71
Relevant changes since 2.07: - added NumericEscape option - added ValueAttr option (patch from Anton Berezin) - suppress 'wide character in print' warning (reported by Dawei Lin) - Added AttrIndent option (patch from Volker Moell) - Hash keys are now sorted alphabetically by default; enable the new NoSort option if you don't want this (patch from Volker Moell) - Fixed bug where disabling array folding broke anonymous array handling - Fixed bug when unfolding a tied hash - SuppressEmpty patch from Douglas Wilson - POD update re XMLin(XMLout($data)) caveats (bug report from Slaven Rezic) - fixed hash ordering assumption in test script (reported by Michel Rodriguez) - fixed variable expansion not happening in attributes (patch from Paul Bussé)
25 lines
809 B
Makefile
25 lines
809 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/07/19 10:43:01 bad Exp $
|
|
#
|
|
|
|
DISTNAME= XML-Simple-2.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5xsi
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Easy Perl API to read/write XML
|
|
|
|
DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX
|
|
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
|
|
DEPENDS+= p5-XML-NamespaceSupport-[0-9]*:../../textproc/p5-XML-NamespaceSupport
|
|
DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
|
|
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|