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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           String-Truncate 1.100570
maintainers           narf_tm openmaintainer
description           a module for when strings are too long to be displayed in...
long_description      ${description}

platforms             darwin

checksums             md5 495d6c87d9b2de6c64bdbc65a2dc82e3 \
                      sha1 0a30da814dcbf4de8d290608c725641c64ff534f \
                      rmd160 3546222a60bf67c7d7f270a4693e57d507dd8ad3

depends_lib-append    port:p5-sub-exporter \
                      port:p5-test-simple \
                      port:p5-sub-install

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