# $Id: Portfile 56434 2009-08-27 17:36:47Z wsiegrist@apple.com $

PortSystem		1.0
PortGroup		python25 1.0

name			buildbot
version			0.7.11p3
categories		devel python
platforms		darwin
maintainers		free.fr:olv.bonnet
description		compile/test cycle automation system
long_description	The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes.

homepage		http://buildbot.net/
master_sites		sourceforge
dist_subdir			${name}
checksums           md5     6e4ef001d11caf270e2ed7d1d7d43318 \
                    sha1    3c0fc8bbdb2db92450d7294da11fc40979e94e63 \
                    rmd160  5fc1d9e1c32127109f58ea727cae2e6266b16fb9

depends_lib-append	port:py25-twisted

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

test.run		yes
test.env		PYTHONPATH=.
test.cmd		trial
test.target		buildbot.test
