# $Id: Portfile 86318 2011-10-24 13:53:51Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Lingua-EN-Inflect-Number 1.1
revision              2
# No license information at all in the distribution, but the author has
# elsewhere indicated the same terms as perl itself:
# http://osdir.com/ml/linux.redhat.fedora.maintainers/2006-04/msg00090.html
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Force number of words to singular or plural
long_description      ${description}

platforms             darwin

checksums             md5 bcee940ef603da93e7da11d8eecad409

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

supported_archs noarch
}
