# Ports collection makefile for:  pear-Services_Google
# Date created:			  13 April 2008
# Whom:				  Wen heping <wenheping@gmail.com>)
#
# $FreeBSD: ports/www/pear-Services_Google/Makefile,v 1.2 2009/08/22 21:31:58 miwi Exp $
#

PORTNAME=	Services_Google
PORTVERSION=	0.2.0
CATEGORIES=	www pear

MAINTAINER=	miwi@FreeBSD.org
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>
