Ticket #9083: Portfile.3

File Portfile.3, 732 bytes (added by olv.bonnet@…, 18 years ago)

Portfile

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