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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-LongString 0.13
maintainers           narf_tm openmaintainer
description           Tests strings for equality, with more helpful failures
long_description      ${description}

checksums             md5 578cb904041a121298ed3aebaf503108 \
                      sha1 2d57d768b26d48a3f60519e09a9251a9bdea6904 \
                      rmd160 08e1544e47e7ded9c611a47ffc4a544039cdc24f

platforms             darwin

depends_lib-append    port:p5-test-simple

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