1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name buildbot |
---|
7 | version 0.7.3 |
---|
8 | categories devel python |
---|
9 | platforms darwin |
---|
10 | maintainers olv.bonnet@free.fr |
---|
11 | description compile/test cycle automation system |
---|
12 | long_description The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. |
---|
13 | |
---|
14 | homepage http://buildbot.sf.net/ |
---|
15 | master_sites sourceforge |
---|
16 | master_sites.mirror_subdir ${name} |
---|
17 | checksums md5 7be16fe13f173e46df711ed51648e750 |
---|
18 | |
---|
19 | depends_lib-append port:py-twisted |
---|
20 | |
---|
21 | post-destroot { |
---|
22 | xinstall -m 644 ${worksrcpath}/README \ |
---|
23 | ${destroot}${prefix}/share/doc/${name} |
---|
24 | } |
---|
25 | |
---|
26 | test.run yes |
---|
27 | test.env PYTHONPATH=. |
---|
28 | test.cmd trial |
---|
29 | test.target buildbot.test |
---|