# $Id: Portfile 74510 2010-12-20 01:27:48Z wsiegrist@apple.com $ PortSystem 1.0 PortGroup python26 1.0 name buildbot version 0.8.3 categories devel python platforms darwin maintainers nomaintainer 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 googlecode:buildbot dist_subdir ${name} checksums md5 997a6e378fdfc345d0b5fbdc4884aab4 \ sha1 2b2b7b5da5b3be0505610be6281aeb68488bb2f0 \ rmd160 fb162c86bece91cb8e74649cfc530310ff02d8d6 depends_lib-append port:py26-twisted port:py26-jinja2 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