diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-03 12:38:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-03 12:38:28 +0000 |
commit | e2af492e1c1b93b1bc382ff13d9b624e01ed3734 (patch) | |
tree | 56b2d7457c399d7ac1fdd1f892e77ec65d900900 /www/Makefile | |
parent | 3f2ce94f799199d3c9230e85ba6ed83f83312c01 (diff) |
This module implements a set of classes and functions to work with the Yahoo
Search Web Services. All results from these services are properly formatted
XML, and this package facilitates for correct parsing of these result sets.
WWW: http://pysearch.sourceforge.net/
PR: ports/109723
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Notes
Notes:
svn path=/head/; revision=186394
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 7f8ec9243228..5c0c02cc5d1d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -962,6 +962,7 @@ SUBDIR += py-pastescript SUBDIR += py-prewikka SUBDIR += py-pullparser + SUBDIR += py-pysearch SUBDIR += py-qp SUBDIR += py-qpy SUBDIR += py-scgi |