diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-11 22:35:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-11 22:35:42 +0000 |
commit | 67aa920afa9db8fd079617d4473a77a08019bcee (patch) | |
tree | 93de189f9684aad17d6c8ce975f6826074cfaa97 /textproc/Makefile | |
parent | 521b6c1c3f364a8c2c93965ee6c1fdc81c12d009 (diff) |
This module is a tiny shim to unbreak XML files that have had their
entities doubly-encoded.
WWW: http://search.cpan.org/dist/XML-DoubleEncodedEntities/
PR: ports/133600
Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=232141
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 3e132ed946e7..bc218ade2717 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -708,6 +708,7 @@ SUBDIR += p5-XML-DTDParser SUBDIR += p5-XML-DifferenceMarkup SUBDIR += p5-XML-Directory + SUBDIR += p5-XML-DoubleEncodedEntities SUBDIR += p5-XML-Driver-HTML SUBDIR += p5-XML-Dumper SUBDIR += p5-XML-Elemental |