# -*- 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-click-didyoumean
version             0.3.0
revision            0
categories-append   devel
platforms           {darwin any}
license             MIT
supported_archs     noarch

python.versions     39 310

maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

description         Enable git-like did-you-mean feature in click
long_description    {*}${description}

homepage            https://github.com/click-contrib/click-didyoumean

checksums           rmd160  46ca7329be003005c378be960858b61ca110ee79 \
                    sha256  f184f0d851d96b6d29297354ed981b7dd71df7ff500d82fa6d11f0856bee8035 \
                    size    2405

if {${name} ne ${subport}} {
    depends_run-append      port:py${python.version}-click
}
