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

PortSystem 1.0
PortGroup python24 1.0

name			py-ppy
version			0.0.6
revision		1
categories		python
platforms		darwin
maintainers		nomaintainer
description		package that lets you create Python callables in PPC assembly
long_description	${description}

homepage		http://starship.python.net/crew/mwh/hacks/PPY.html
master_sites	http://starship.python.net/crew/mwh/hacks/
distname		PPY-${version}
checksums		md5 95a5a0d89deb21cd03b4413846a4aba0

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