# -*- 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-ipadic
version             1.0.0
categories-append   textproc japanese
maintainers         nomaintainer
license             Permissive
platforms           darwin

description         This is a version of IPAdic packaged for use in Python
long_description    {*}${description}

checksums           rmd160  16c25fd75337c9f63f3203af0c7d9fefe5106a41 \
                    sha256  f5923d31eca6131acaaf18ed28d8998665b1347b640d3a6476f64650e9a71c07 \
                    size    13413189

python.versions     27 37 38 39

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

    livecheck.type  none
}
