# $Id: Portfile 85266 2011-10-12 06:27:28Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-LongString 0.15 ../by-authors/id/R/RG/RGARCIA/
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Tests strings for equality, with more helpful failures
long_description      ${description}

checksums             md5 e628d735b8e8f33d3992541f823491c3 \
                      sha1 bba84d86eb94db11fbacc3f1992990b8460483f4 \
                      rmd160 65782e62801be8898515cf92c26a4d8ad7ea20ff

platforms             darwin

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-test-simple

supported_archs       noarch
}
