# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-poly
version			0.1.0
revision		1
categories		python devel net
platforms		darwin
maintainers		nomaintainer
description		framework for rapidly developing distributed applications
long_description	Poly provides a framework for rapidly developing \
				distributed applications where the number of work \
				units to be performed is known  in advance. It causes \
				many of the hassles of distributed computing to  be \
				handled automatically.

homepage		http://www.ebi.ac.uk/~hoffman/software/poly/
master_sites	${homepage}
distname		Poly-${version}
checksums		md5 b57ac8e3c75d21e0324ef55563341249

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