From a6e3fbcd929f5e0ad88adcd499d0ba3d5417beaf Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 16 Jul 2005 21:51:18 +0000 Subject: Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance into a tree representation. It provides methods and Pythonic idioms that make it easy to search and modify the tree. PR: ports/83531 Submitted by: Mike Meyer --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index d96470ceb0c2..688d5b4eb5b0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -672,6 +672,7 @@ SUBDIR += pwebstats SUBDIR += py-HTMLgen SUBDIR += py-albatross + SUBDIR += py-beautifulsoup SUBDIR += py-clientform SUBDIR += py-cssutils SUBDIR += py-fcgi -- cgit v1.2.3