diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-08 10:12:21 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-08 10:12:21 +0800 |
commit | 1c7fa96ebf83327101f0f320d9f4f4044cfaec63 (patch) | |
tree | ab0da0038a27ac19e8b215f0678e2fa52ee1395b /www/Makefile | |
parent | 744ae42469f2009a77a312df7df6118ba1dfd355 (diff) | |
download | freebsd-ports-gnome-1c7fa96ebf83327101f0f320d9f4f4044cfaec63.tar.gz freebsd-ports-gnome-1c7fa96ebf83327101f0f320d9f4f4044cfaec63.tar.zst freebsd-ports-gnome-1c7fa96ebf83327101f0f320d9f4f4044cfaec63.zip |
- HTML::TagParser is a pure Perl implementaion for parsing HTML files.
This module provides some methods like DOM. This module is not strict
about XHTML format because many of HTML pages are not strict. You know,
many pages use <br> elemtents instead of <br/> and have <p> elements
which are not closed.
WWW: http://search.cpan.org/dist/p5-HTML-TagParser/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 00a265f9f337..e3e1491322da 100644 --- a/www/Makefile +++ b/www/Makefile @@ -610,6 +610,7 @@ SUBDIR += p5-HTML-TableTiler SUBDIR += p5-HTML-TagCloud SUBDIR += p5-HTML-TagCloud-Extended + SUBDIR += p5-HTML-TagParser SUBDIR += p5-HTML-Tagset SUBDIR += p5-HTML-Template SUBDIR += p5-HTML-Template-Associate |