# $Id: Portfile 48966 2009-04-01 01:24:34Z wsiegrist@apple.com $ PortSystem 1.0 PortGroup python25 1.0 name buildbot version 0.7.10p1 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 38475c54ff26ab4028cfd371b3f76c1f \ sha1 799bf66cf4d6f8b9f94c0b167ac14b1198afdb7d \ rmd160 bdd9a8d6daf9e947e52784ee6d5fb30285f8d8b6 depends_lib-append port:py25-twisted port:py25-hashlib port:py25-zlib port:py25-bz2 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