# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           Test-LongString 0.15 ../by-authors/id/R/RG/RGARCIA/
revision              3
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
}
