# $Id: Portfile,v 1.1 2006/04/16 12:12:31 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name                    py-psyco
version                 1.5
categories              python
platforms               darwin
maintainers             erickt@opendarwin.org
description             a python specializing compiler
long_description        Psyco is a Python extension module which can \
                        massively speed up the execution of any Python code.

homepage                http://psyco.sourceforge.net/
master_sites            sourceforge:psyco
distname                psyco-${version}-src
checksums               md5 ff79e5daf94924fc7401d336d33edebf
worksrcdir              psyco-${version}

extract.post_args       "| tar -xf - --exclude '.cvsignore'"

post-destroot {
        xinstall -m 644 -W ${worksrcpath} README.txt \
                 ${destroot}${prefix}/share/doc/${name}
        file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}/
}
