# $Id: Portfile,v 1.2 2004/12/30 15:07:27 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-work
version			0.4.8
categories		python www
platforms		darwin
maintainers		mww@opendarwin.org
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}
}
