# -*- 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-langid
python.rootname     py3langid
version             0.3.0
revision            0

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

description         Stand-alone language identification system
long_description    {*}${description}

homepage            https://github.com/adbar/py3langid

checksums           rmd160  fbaf02b6ff297c654e7c90c2499f2c1ea425c3e3 \
                    sha256  0a875a031a58aaf9dbda7bb8285fd75e801a7bd276216ffabe037901d4b449ec \
                    size    752935

python.versions     313

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