# $Id: Portfile 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem 1.0
PortGroup python26 1.0

name                py26-cx_Freeze
version             4.1.2
categories-append   devel
maintainers         adfernandes openmaintainer
description         Scripts and modules for freezing Python scripts into executables
long_description    cx_Freeze is a set of scripts and modules for freezing Python \
                    scripts into executables in much the same way that py2exe and \
                    py2app do. Unlike these two tools, cx_Freeze is cross platform \
                    and should work on any platform that Python itself works on.
                    
platforms           darwin

homepage            http://cx-freeze.sourceforge.net/
master_sites        sourceforge:cx-freeze
distname            cx_Freeze-${version}

checksums           sha1    68edb3655c9ba2e75b2961518937995ed88e29de

depends_lib         port:py26-distribute

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     Download (\\d+\\.\\d+\\.\\d+) released
