summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-01-29 03:29:19 +0000
committerAde Lovett <ade@FreeBSD.org>2000-01-29 03:29:19 +0000
commit7546b1cbd0808086cbb2e24bd98ab9b5b9b7d689 (patch)
treeae9a638f34c1d42331dbc2c10a20a38950f99275 /www/Makefile
parentA collection of modules that represent, create, and (diff)
The HTML::Summary module produces summaries from the textual content of
web pages. It does so using the location heuristic, which determines the value of a given sentence based on its position and status within the document. PR: 15863 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Notes
Notes: svn path=/head/; revision=25197
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 4b7dd1b944e8..4e592644ce83 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -91,6 +91,7 @@
SUBDIR += p5-HTML-Parser
SUBDIR += p5-HTML-QuickCheck
SUBDIR += p5-HTML-Stream
+ SUBDIR += p5-HTML-Summary
SUBDIR += p5-HTML-Tree
SUBDIR += p5-HTTPD-Tools
SUBDIR += p5-ParallelUA