# -*- 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-anti-useragent
python.rootname     anti_useragent
version             1.0.10
revision            0
categories-append   devel
platforms           any
license             MIT
maintainers         nomaintainer

description         Fake PC or app browser useragent, anti-useragent
long_description    {*}${description} and other awesome tools.
homepage            https://github.com/ihandmine/anti-useragent
checksums           rmd160  bc18febddb5b94f5cc313aeb38e4baf34bfad64d \
                    sha256  f6be1f3a37d1d8563ec8971047fd7db870577f6634eea2d1bc69fc6a171a0ef9 \
                    size    21445
supported_archs     noarch

python.versions     310 311 312 313

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