# -*- 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                name-that-hash
version             1.10.0
revision            0
categories-prepend  security
platforms           {darwin any}
license             GPL-3
supported_archs     noarch

python.default_version \
                    39

maintainers         {@harens gmail.com:harensdeveloper} \
                    openmaintainer

description         The Modern Hash Identification System
long_description    Don't know what type of hash it is? Name \
                    That Hash will name that hash type! Identify MD5, \
                    SHA256 and 3000+ other hashes.

homepage            https://nth.skerritt.blog

checksums           rmd160  2937ae1e8fb2ab8308366b6303c3b6f470b4202d \
                    sha256  aabe1a3e23f5f8ca1ef6522eb1adcd5c69b5fed3961371ed84a22fc86ee648a2 \
                    size    27273

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

depends_run-append \
    port:py${python.version}-click \
    port:py${python.version}-rich