aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_Google/Makefile
blob: e74743f5b9130c6716b6cb0bb5f4c2cb1a3747dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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=	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>