aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-03-28 04:18:52 +0000
committerWen Heping <wen@FreeBSD.org>2015-03-28 04:18:52 +0000
commita2afc9679b912b0d34d5e68bdb541620f4fa6574 (patch)
treef9f0474027558f33546214f4d4b1da4524a2a23c /textproc/Makefile
parentb095e282a35be2ce28ce50f6baee9dcd5c7fd01c (diff)
downloadports-a2afc9679b912b0d34d5e68bdb541620f4fa6574.tar.gz
ports-a2afc9679b912b0d34d5e68bdb541620f4fa6574.zip
This Perl module implements an XML parser with a interface similar to
XML::Parser. Though not all callbacks are supported, you should be able to use it in the same way you use XML::Parser. Due to using experimental regexp features it'll work only on Perl 5.6 and above and may behave differently on different platforms. Note that you cannot use regular expressions or split in callbacks. This is due to a limitation of perl's regular expression implementation (which is not re-entrant). WWW: http://search.cpan.org/dist/XML-Parser-Lite/ PR: 198934 Submitted by: Sergei Vyshenski<svysh.fbsd@gmail.com>
Notes
Notes: svn path=/head/; revision=382448
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 0faa8457ff21..31097959ea2b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -999,6 +999,7 @@
SUBDIR += p5-XML-Parsepp
SUBDIR += p5-XML-Parser
SUBDIR += p5-XML-Parser-EasyTree
+ SUBDIR += p5-XML-Parser-Lite
SUBDIR += p5-XML-Parser-Lite-Tree
SUBDIR += p5-XML-Parser-Style-EasyTree
SUBDIR += p5-XML-Parser-Style-Elemental