14 lines
261 B
Makefile
14 lines
261 B
Makefile
# Created by: Wen heping <wenheping@gmail.com>)
|
|
|
|
PORTNAME= Services_Google
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PHP interface to access the Google SOAP Web APIs
|
|
|
|
USES= pear php
|
|
USE_PHP= soap
|
|
|
|
.include <bsd.port.mk>
|