freebsd-ports/www/pear-Services_Google/Makefile
Martin Wilke 3484a7aa91 - Take over maintainership
Approved by:	Wen Heping (maintainer)
2009-08-22 21:32:00 +00:00

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>