# $Id: Portfile,v 1.3 2005/03/08 08:26:42 blb Exp $

PortSystem			1.0
PortGroup			python24 1.0
name				py-repl
version				0.8.1
revision			1
categories-append	devel
maintainers			darwinports@opendarwin.org
description			readline-like module for python
long_description	${description}

platforms			darwin

homepage			http://codespeak.net/pyrepl/
master_sites		${homepage}
distname			pyrepl-${version}

checksums			md5 f285e5c0b8d43b86e52fdd1b25e467eb

post-destroot {
	xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} CHANGES CREDITS README TODO \
		${destroot}/${prefix}/share/doc/${name}
}

