688566ac2b
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>)
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# Ports collection makefile for: pear-Services_Google
|
|
# Date created: 13 April 2008
|
|
# Whom: Wen heping <wenheping@gmail.com>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Services_Google
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= PHP interface to access the Google SOAP Web APIs
|
|
|
|
USE_PHP= soap
|
|
CATEGORY= Services
|
|
|
|
FILES= Google.php
|
|
EXAMPLES= example1.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|