aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-08 02:12:21 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-08 02:12:21 +0000
commitf94fc938426e812c58c2a1ee7c1c468c9d2892ad (patch)
treee3bbbb0d682aa16d426e5489fa41d43a68b150c6 /www/Makefile
parent86aa17cb74ce2113db611225a91eae5514328390 (diff)
- 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/
Notes
Notes: svn path=/head/; revision=167170
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
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