diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-13 21:22:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-13 21:22:44 +0800 |
commit | e2f63c3879e6e94cf417eed044ec0f617ce391a5 (patch) | |
tree | 83ebe301331d18287127d04f51b961235548e810 /textproc/Makefile | |
parent | a3b16b850498346600608ccc7202b5e835c5c2e5 (diff) | |
download | freebsd-ports-gnome-e2f63c3879e6e94cf417eed044ec0f617ce391a5.tar.gz freebsd-ports-gnome-e2f63c3879e6e94cf417eed044ec0f617ce391a5.tar.zst freebsd-ports-gnome-e2f63c3879e6e94cf417eed044ec0f617ce391a5.zip |
- Add p5-Marpa-HTML 0.102
Marpa::HTML does "high-level" parsing of HTML. It allows handlers to be
specified for elements, terminals and other components in the hierarchical
structure of an HTML document. Marpa::HTML is an extremely liberal HTML parser.
Marpa::HTML does not reject any documents, no mater how poorly they fit the HTML
standards.
WWW: http://search.cpan.org/dist/Marpa-HTML/
Feature safe: yes
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 4253cdb1794e..76ab63f47d84 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -587,6 +587,7 @@ SUBDIR += p5-Makefile-DOM SUBDIR += p5-Makefile-Parser SUBDIR += p5-Markapl + SUBDIR += p5-Marpa-HTML SUBDIR += p5-MathML-Entities SUBDIR += p5-Net-IDN-Encode SUBDIR += p5-Net-YASA |