           SPELL=cx_freeze
         VERSION=4.0.1
          SOURCE="cx_Freeze-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/cx-freeze/${SOURCE}
     SOURCE_HASH=sha512:19a2c1574c72d59bf78b0772118a6cd3ea485ba6e732ffa631d7665af330f00e11d520b58d253edebb715d0899aacea9970ebadd8acd892ffe0202e8a69cf1c0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/cx_Freeze-${VERSION}"
        WEB_SITE="http://cx-freeze.sourceforge.net/"
      LICENSE[0]=BSD
         ENTERED=20090509
        KEYWORDS="python devel"
           SHORT="cx_Freeze is a set of scripts and modules for freezing Python scripts into executables"
cat << EOF
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. It requires
Python 2.3 or higher since it makes use of the zip import facility which
was introduced in that version.
EOF
