# -*- 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-Number-IsOrdinal 0.05 license {Artistic-1 GPL} maintainers nomaintainer description Lingua::EN::Number::IsOrdinal - detect if English number is ordinal or cardinal long_description This module will tell you if a number, either in words or as digits, is a cardinal \ or ordinal number. This is useful if you e.g. want to distinguish these types of \ numbers found with Lingua::EN::FindNumber and take different actions. platforms {darwin any} checksums rmd160 97e5a76d39e4202e5ef9534a9859dd5f644a9dbe \ sha256 28d5695400c0f4e2bd209793cb74f6da2b9257356aacb2947c603425e09618d6 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-try-tiny depends_lib-append \ port:p${perl5.major}-lingua-en-findnumber supported_archs noarch }