Ticket #9083: Portfile

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

This is the updated 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
22post-destroot   {
23        xinstall -m 644 ${worksrcpath}/README \
24                ${destroot}${prefix}/share/doc/${name}
25}
26
27test.run                yes
28test.env                PYTHONPATH=.
29test.cmd                trial
30test.target             buildbot.test