diff options
author | sem <sem@FreeBSD.org> | 2006-05-21 03:14:02 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-05-21 03:14:02 +0800 |
commit | d7a1e24d6069ca2b6c444796165cd0d02c6b8161 (patch) | |
tree | 1bd796854215770c901ab5347d4193d11f677328 /textproc/Makefile | |
parent | d5e5b7f76ff504d73d5e89829326263c3a200c09 (diff) | |
download | freebsd-ports-gnome-d7a1e24d6069ca2b6c444796165cd0d02c6b8161.tar.gz freebsd-ports-gnome-d7a1e24d6069ca2b6c444796165cd0d02c6b8161.tar.zst freebsd-ports-gnome-d7a1e24d6069ca2b6c444796165cd0d02c6b8161.zip |
XML::Xerces is the Perl API to the Apache project's Xerces XML
parser. It is implemented using the Xerces C++ API, and it provides
access to most of the C++ API from Perl.
WWW: http://xerces.apache.org/xerces-p/
PR: ports/95296
Submitted by: Ken Menzel <kenm@icarz.com>
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 36640fc2aec7..79482dbf99b4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -587,6 +587,7 @@ SUBDIR += p5-XML-XSH SUBDIR += p5-XML-XSLT SUBDIR += p5-XML-XUpdate-LibXML + SUBDIR += p5-XML-Xerces SUBDIR += p5-YAML SUBDIR += p5-YAML-Syck SUBDIR += p5-YAPE-HTML |