# $Id: Portfile,v 1.2 2006/06/03 14:11:39 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name buildbot version 0.7.3 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 7be16fe13f173e46df711ed51648e750 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