diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-20 05:33:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-20 05:33:05 +0800 |
commit | ec9fb84e57e0812c38b00afcd8b4ec4d9fbe8224 (patch) | |
tree | 4e3a45f98edfdf3f6db1c07b4ae4f7bc37746811 /www/Makefile | |
parent | b2658dc7539c6b63a8855402b3f822e1f2b1e097 (diff) | |
download | freebsd-ports-gnome-ec9fb84e57e0812c38b00afcd8b4ec4d9fbe8224.tar.gz freebsd-ports-gnome-ec9fb84e57e0812c38b00afcd8b4ec4d9fbe8224.tar.zst freebsd-ports-gnome-ec9fb84e57e0812c38b00afcd8b4ec4d9fbe8224.zip |
pear-Services_Google is a pear class that
provides access to the Google SOAP Web APIs.
It allows easy access to the Google SOAP
Web APIs for the search engine, spelling
suggestions, and cache.
Please note that as of December 5, 2006
Google is no longer issuing new API keys
for the SOAP search API, so this package
is only for developers which has an API
key already.
WWW: http://pear.php.net/package/Services_Google/
PR: ports/122706
Submitted by: Wen heping <wenheping at gmail.com>)
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 145cb984e051..8dcf44a8c213 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1018,6 +1018,7 @@ SUBDIR += pear-Services_Compete SUBDIR += pear-Services_Delicious SUBDIR += pear-Services_Digg + SUBDIR += pear-Services_Google SUBDIR += pear-Services_SharedBook SUBDIR += pear-Services_TinyURL SUBDIR += pear-Services_W3C_CSSValidator |