# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem		1.0
PortGroup		python24 1.0
name			py-supervisor
version			3.0a3
maintainers		gmail.com:roger.hoover
description		Process manager for UNIX-like OSs
long_description	The supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems

platforms		darwin

homepage		http://www.plope.com/software/supervisor2/
master_sites		${homepage}
distname		supervisor-${version}

depends_lib-append	port:py-setuptools \
			port:py-elementtree \
			port:py-meld3 \
			port:py-medusa 

checksums		md5 e6533646e83aede64d2855c0f11f964c

post-destroot   {
        file delete -force ${destroot}/${prefix}/doc
        xinstall -m 644 -W ${worksrcpath} README.txt CHANGES.txt COPYRIGHT.txt LICENSES.txt TODO.txt UPGRADING.txt sample.conf ${destroot}${prefix}/share/doc/${name}
}
