Ticket #24048: Portfile

File Portfile, 1018 bytes (added by adfernandes (Andrew Fernandes), 14 years ago)
Line 
1# $Id: $
2
3PortSystem 1.0
4PortGroup python26 1.0
5
6name                py26-cx_Freeze
7version             4.1.2
8categories-append   devel
9maintainers         adfernandes openmaintainer
10description         Scripts and modules for freezing Python scripts into executables
11long_description    cx_Freeze is a set of scripts and modules for freezing Python \
12                    scripts into executables in much the same way that py2exe and \
13                    py2app do. Unlike these two tools, cx_Freeze is cross platform \
14                    and should work on any platform that Python itself works on.
15                   
16platforms           darwin
17
18homepage            http://cx-freeze.sourceforge.net/
19master_sites        sourceforge:cx-freeze
20distname            cx_Freeze-${version}
21
22checksums           sha1    68edb3655c9ba2e75b2961518937995ed88e29de
23
24depends_lib         port:py26-setuptools
25
26livecheck.type      regex
27livecheck.url       ${homepage}
28livecheck.regex     Download (\\d+\\.\\d+\\.\\d+) released