# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			py25-zsi
version			2.0-rc3
categories		python net
platforms		darwin
maintainers		stechert
description		Zolera SOAP Infrastructure is a Python implementation of SOAP
long_description	ZSI, the Zolera SOAP Infrastructure, is a pure-Python \
				module that provides an implementation of SOAP \
				messaging, as described in The SOAP 1.1 Specification. \
				It can also be used to build applications using SOAP \
				Messages with Attachments. ZSI is intended to make it \
				easier to write web services in Python.

homepage		http://pywebsvcs.sourceforge.net/
master_sites		http://pypi.python.org/packages/source/Z/ZSI/
distname		ZSI-${version}
checksums		md5 22fda3fbf7349de14d18f4cf7f947cb0 \
			sha1 30c09e1868c04d5577be22cf52bf9146db147189 \
			rmd160 47c3db48d0ab82db9efbb668fed0db3aabf45e13

post-destroot	{
	xinstall -m 644 ${worksrcpath}/README \
		${destroot}${prefix}/share/doc/${name}
}
