Ticket #9083: Portfile.2

File Portfile.2, 779 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                        port:py-twistedweb\
21                        port:py-twistedmail
22
23post-destroot   {
24        xinstall -m 644 ${worksrcpath}/README \
25                ${destroot}${prefix}/share/doc/${name}
26}
27
28test.run                yes
29test.env                PYTHONPATH=.
30test.cmd                trial
31test.target             buildbot.test