# $Id$ PortSystem 1.0 PortGroup python25 1.0 name buildbot version 0.7.7 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.net/ master_sites sourceforge dist_subdir ${name} checksums md5 4647a15a9d9b2db6a5b3493ac78e11d9 \ sha1 47201c3e0d98f7b4a2bc5a4d959ebdc1be0634d7 \ rmd160 4ff3fa7e9b3fef26c85f716de231e5241768a7a6 depends_lib-append port:py25-twisted port:py25-hashlib port:py25-zlib 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