# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Lingua-EN-Inflect-Number 1.1
maintainers           narf_tm openmaintainer
description           Force number of words to singular or plural
long_description      ${description}

platforms             darwin

checksums             md5 bcee940ef603da93e7da11d8eecad409

depends_lib-append    port:p5-lingua-en-inflect

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
