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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Text-ParseWords 3.27
maintainers         narf_tm openmaintainer
description         parse text into an array of tokens or array of arrays
long_description    ${description}

platforms           darwin
use_zip             yes

checksums           md5 620fee5eece9b8d4a7a68e91fe617097 \
                    sha1 12ef6ce2a82cd595a0f50333b8beb9357a5efae2 \
                    rmd160 0c3344087a5b8fe0270a9d6c8133358bacd5c99e

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