# $Id: Portfile,v 1.2 2004/12/31 16:50:38 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-poly
version			0.1.0
revision		1
categories		python devel net
platforms		darwin
maintainers		mww@opendarwin.org
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}
}
