# $Id$ PortSystem 1.0 PortGroup python24 1.0 name py-pyrex version 0.9.5.1a categories python devel maintainers nomaintainer platforms darwin description A language for writing Python extension modules. long_description Pyrex lets you write code that mixes Python and C \ data types any way you want, and compiles it into \ a C extension for Python. homepage http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ master_sites ${homepage} distname Pyrex-${version} checksums md5 0132c5cd2f8685e4948fb14dcb65f637 post-destroot { xinstall -m 644 -W ${worksrcpath}/Doc About.html FAQ.html \ extension_types.html index.html overview.html primes.c \ sharing.html special_methods.html \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \ ToDo.txt USAGE.txt ${destroot}${prefix}/share/doc/${name} }