# $Id: Portfile,v 1.6 2006/05/04 06:15:59 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-zsi
version			1.7
categories		python net
platforms		darwin
maintainers		mww@opendarwin.org
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	sourceforge:pywebsvcs
distname		ZSI-${version}
checksums		sha1 c4adeb4788e377404546bb79c5062d7a4199382b

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