# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			py25-pyrex
version			0.9.6.3
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		sha1 e93a9a80f9e796b89488503d74772cfc2a7f96e8

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}
}
