diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-26 13:55:05 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-26 13:55:05 +0000 |
commit | a265c299f54a397b3ac8e994e9c24c424c78b642 (patch) | |
tree | ff85d1795d2c36c5ee60d1df07e0e62fd4c303f2 /www/p5-WWW-Search-Google/pkg-descr | |
parent | Use source distribution rather than binaries, and remove bogus dependency (diff) |
- Unbreak and update to 0.19
- Bump PORTEPOCH
- rewrite pkg-descr to note that a valid key is required from Google
- Give maintainership to submitter
PR: ports/41005
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to '')
-rw-r--r-- | www/p5-WWW-Search-Google/pkg-descr | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/www/p5-WWW-Search-Google/pkg-descr b/www/p5-WWW-Search-Google/pkg-descr index 7fda597aae93..9f3b6ca7ca5d 100644 --- a/www/p5-WWW-Search-Google/pkg-descr +++ b/www/p5-WWW-Search-Google/pkg-descr @@ -1,2 +1,11 @@ -A Google specialization of Perl's WWW::Search module for making and -interpreting Google searches. +This class is a Google specialization of WWW::Search. It handles +searching Google http://www.google.com/ using its new SOAP API +http://www.google.com/apis/. + +All interaction should be done through WWW::Search objects. + +Note that you must register for a Google Web API account and have a +valid Google API license key before using this module. + +Author: Leon Brocard <acme@astray.com> +WWW: http://search.cpan.org/search?dist=WWW-Search-Google |