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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Lingua-EN-Inflect 1.891
maintainers           narf_tm openmaintainer
description           Convert singular to plural. Select a or an
long_description      The exportable subroutines of Lingua::EN::Inflect \
                      provide plural inflections, a/an selection for \
                      English words, and manipulation of numbers as words.

platforms             darwin

checksums             md5 1443da045ddd79c8b2c2670cbe8d4cb9 \
                      sha1 95df60d3c909f524eede6c1931e25940a72f9cb9 \
                      rmd160 0ea58d2cb3698d69c8d76b7734bede2fcbaf7a59

depends_lib-append    port:p5-version

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