# -*- 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           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Lingua-EN-Inflect-Number 1.12
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Force number of words to singular or plural
long_description    ${description}

platforms           {darwin any}

checksums           rmd160  619455a3ef0a3441941e32213b29b50d8db67eb3 \
                    sha256  66fb33838512746f5c597e80264fea66643f7f26570ec2f9205b6135ad67acbf

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-lingua-en-inflect

    supported_archs noarch
}
