freebsd-ports/www/pear-Services_Google/Makefile
Martin Wilke 8ef3a9869d - Convert to PEAR_AUTOINSTALL
- Trim header
2013-03-17 15:28:55 +00:00

16 lines
354 B
Makefile

# Created by: 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
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>