1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-cx_Freeze |
---|
7 | version 4.1.2 |
---|
8 | categories-append devel |
---|
9 | maintainers adfernandes openmaintainer |
---|
10 | description Scripts and modules for freezing Python scripts into executables |
---|
11 | long_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 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | homepage http://cx-freeze.sourceforge.net/ |
---|
19 | master_sites sourceforge:cx-freeze |
---|
20 | distname cx_Freeze-${version} |
---|
21 | |
---|
22 | checksums sha1 68edb3655c9ba2e75b2961518937995ed88e29de |
---|
23 | |
---|
24 | depends_lib port:py26-setuptools |
---|
25 | |
---|
26 | livecheck.type regex |
---|
27 | livecheck.url ${homepage} |
---|
28 | livecheck.regex Download (\\d+\\.\\d+\\.\\d+) released |
---|