3484a7aa91
Approved by: Wen Heping (maintainer)
23 lines
486 B
Makefile
23 lines
486 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= 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>
|