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

PortSystem 1.0
PortGroup python24 1.0

name			py-peak
version			0.5a3
revision		1
categories		python
platforms		darwin
maintainers		nomaintainer
description		PEAK is the Python Enterprise Application Kit
long_description	PEAK is a Python framework for rapidly developing and \
				reusing application components.

homepage		http://peak.telecommunity.com/
master_sites	${homepage}/dist/
distname		PEAK-${version}
checksums		md5 c297e49de35d923dd2da2a9d582e00e4

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} CHANGES.txt FEATURES.txt HISTORY.txt \
		INSTALL.txt README.txt STATUS.txt TODO.txt \
		${destroot}${prefix}/share/doc/${name}
}
