# -*- 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-chevron
version             0.14.0
revision            0

homepage            https://github.com/noahmorrison/chevron

description         A Python implementation of the mustache templating language
long_description    {*}${description}

categories-append   textproc
license             MIT
maintainers         nomaintainer
supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  be3a984c4e501ba3c3bcef6be034c6928942e2e3 \
                    sha256  87613aafdf6d77b6a90ff073165a61ae5086e21ad49057aa0e53681601800ebf \
                    size    11440

python.versions     39 310

if {${name} ne ${subport}} {

    depends_lib-append      port:py${python.version}-setuptools

    livecheck.type  none
}
