# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0
PortGroup           deprecated 1.0

name                py-webstack
version             1.2.7
revision            0
categories-append   www
license             LGPL-2.1+
platforms           {darwin any}
supported_archs     noarch
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           rmd160  b4c8c0116b5bb9786f0f4dd0cb55a534f1906877 \
                    sha256  e457718222f4066b8370052ca42cf5696c9b5b067f2576735f6100852dd4f2e4 \
                    size    248238

deprecated.upstream_support no
livecheck.type      none

python.versions     27

if {${name} ne ${subport}} {
    post-destroot {
        xinstall -m 0644 -W ${worksrcpath} README.txt \
            ${destroot}${prefix}/share/doc/${subport}
    }
}
