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

PortSystem 1.0
PortGroup python 1.0

name			py-work
version			0.4.8
categories-append	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
checksums		md5 2597039f415dc9f779514f19c4114ae2

python.versions	24

if {${name} ne ${subport}} {
    distfiles		pywork-${version}.tgz
    worksrcdir		pywork
    
    post-destroot	{
        xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL TODO \
            ${destroot}${prefix}/share/doc/${subport}
    }
}
