209bb3036c
Changes : - fixed circular reference check which was incorrectly catching 'parallel' references (patch from Theo Lengyel) - changed Storable calls to use locking (reported by Randal Schwarz) - fixed bug whereby :strict mode required forcearray on XMLout() (reported by Ville Skytta) - first production release with SAX support - added support for 'strict mode' using :strict import tag - removed locking code (as it was incompatible with iThreads) - integrated patch for test failures from Sean Campbell - fixed stringification of references during folding (reported by Trond Michelsen) - fixed incompatability with Tie::IxHash (reported by Venkataramana Mokkapati) - PODs updated * for changes before v2.00, see ChangeLog
21 lines
616 B
Makefile
21 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/01/31 11:07:05 shell Exp $
|
|
#
|
|
|
|
DISTNAME= XML-Simple-2.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5xsi
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= packages@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-Storable-[0-9]*:../../devel/p5-Storable
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|