# -*- 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

name                py-myghtyutils
version             0.52
revision            1
categories-append   www
license             MIT
maintainers         nomaintainer
supported_archs     noarch

description         Container and Utility Functions from the \
                    Myghty Template Framework.
long_description    {*}${description}

platforms           {darwin any}

homepage            http://www.myghty.org
python.rootname     MyghtyUtils
use_zip             yes

checksums           md5     a15cda5919509024245802f4028b1560 \
                    rmd160  8fbfb42762c6194442d9034689a422c13309676d \
                    sha256  2bbf206bd4c07b7d690b0397714fd893ab380f0ba5a82a897cda3647a3641cb5 \
                    size    31038

python.versions     27

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools

    livecheck.type  none
}