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

PortSystem 1.0
PortGroup python24 1.0

name			py-work
version			0.4.8
categories		python www
platforms		darwin
maintainers		nomaintainer
description		object oriented python web framework
long_description	PyWork is a full object oriented python web framework. \
				It provides the web application developer with the \
				proper classes and configuration files to build, \
				object oriented web applications in python, through \
				the concept of Pull HMVC (Hierarchical Model View \
				Controller).

homepage		http://pywork.sourceforge.net/
master_sites	sourceforge:pywork
distfiles		pywork-${version}.tgz
checksums		md5 2597039f415dc9f779514f19c4114ae2

worksrcdir		pywork

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL TODO \
		${destroot}${prefix}/share/doc/${name}
}
