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

PortSystem 1.0
PortGroup python24 1.0

name			py-webstack
version			1.0
categories		python www
platforms		darwin
maintainers		nomaintainer
description		python module providing a simple, common API for web applications
long_description	${description}

homepage		http://www.boddie.org.uk/python/WebStack.html
master_sites	http://www.boddie.org.uk/python/downloads/
distname		WebStack-${version}
checksums		md5 0bc82ce99ca08ed8686529bb371ec33e

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