diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-23 09:02:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-23 09:02:29 +0000 |
commit | ba35815b204304c771400df4ff4e6de95040d457 (patch) | |
tree | bd47b1fc0702f061cab094b8259b91c00a85074a /textproc/Makefile | |
parent | 015ce997c2f0171a19bbbbe6e003386fc8475fb3 (diff) | |
download | ports-ba35815b204304c771400df4ff4e6de95040d457.tar.gz ports-ba35815b204304c771400df4ff4e6de95040d457.zip |
This module is a blunt rewrite of XML::Simple (by Grant McLean)
to use the XML::LibXML parser for XML structures, where the original
uses plain Perl or SAX parsers.
WWW: http://http://search.cpan.org/dist/XML-LibXML-Simple/
PR: ports/133875
Submitted by: TERAMOTO Masahiro <markun at onohara.to>
Notes
Notes:
svn path=/head/; revision=232555
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c82433dfa92c..8f121e10d688 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -740,6 +740,7 @@ SUBDIR += p5-XML-LibXML SUBDIR += p5-XML-LibXML-Common SUBDIR += p5-XML-LibXML-Iterator + SUBDIR += p5-XML-LibXML-Simple SUBDIR += p5-XML-LibXSLT SUBDIR += p5-XML-Liberal SUBDIR += p5-XML-Literal |