# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-poly
version			0.1.0
revision		1
categories-append	devel net
license			GPL-2
platforms		darwin
supported_archs	noarch
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

python.versions	24

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