# $Id: Portfile 32256 2007-12-23 09:18:47Z ryandesign@macports.org $

PortSystem			1.0
PortGroup			python24 1.0
name				py-google
version				0.6
revision			1
categories-append	devel
maintainers			nomaintainer
description			Python module to talk to Google through SOAP
long_description \
	This module allows you to access Google's web APIs through SOAP, to do \
	things like search Google and get the results programmatically.  This \
	API is described at http://www.google.com/apis/ .

platforms			darwin

homepage			http://pygoogle.sourceforge.net/
master_sites		sourceforge:pygoogle
distname			pygoogle-${version}

checksums			md5 334e2d9e5a765ffa9769e2c4cdfcd110

depends_lib			port:py-soappy

post-destroot {
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	eval file copy [glob ${worksrcpath}/doc/*] \
		${destroot}${prefix}/share/doc/${name}
}

