# $Id: Portfile,v 1.5 2005/04/21 15:58:15 jberry Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-soappy
version			0.11.3
revision		1
categories		python net
platforms		darwin
maintainers		mww@opendarwin.org
description		SOAP library for Python
long_description	The goal of the SOAPpy team is to provide a \
				full-featured SOAP library for Python that is very \
				simple to use and that fully supports dynamic \
				interaction between clients and servers.

homepage		http://pywebsvcs.sourceforge.net/
master_sites	sourceforge:pywebsvcs
distname		SOAPpy-${version}
checksums		md5 dbdcafe76f73dffaa6948b026607d51b

depends_lib-append	port:py-fpconst \
				port:py-xml

post-destroot	{
	xinstall -m 644 -W ${worksrcpath}/docs GettingStarted.txt attrs.txt \
		GlobusSupport.txt MethodParameterNaming.txt complexTypes.txt \
		simpleTypes.txt WSDL.txt ${destroot}${prefix}/share/doc/${name}
}
