Portfile

# $Id: Portfile 20266 2006-11-01 01:27:03Z blair@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name buildbot
version 0.7.4
categories devel python
platforms darwin
maintainers olv.bonnet@free.fr
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.sf.net/
master_sites sourceforge
dist_subdir ${name}
checksums md5 a311b9c9b283acc8e6fa8770d099bae7 \
sha1 d661b0058188ed92cc7ae8e8b0a76704d7581ca5

depends_lib-append port:py-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