# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-peak
version			0.5a3
revision		1
license			ZPL-2 Permissive
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

python.versions	24

if {${name} ne ${subport}} {
    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/${subport}
    }
}
