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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Text-SpellChecker 0.05
maintainers           narf_tm openmaintainer
description           OO interface for spell-checking a block of text
long_description      ${description}

platforms             darwin

checksums             md5 3a6be263bb08e82cb7a975ca799063a7 \
                      sha1 0ac032a447bca6a703cd60dec19c15f8b786241b \
                      rmd160 4153eb7567829f96ec67e6d91dae9ea2e82d6dae

depends_lib-append    port:p5-text-aspell

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