# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 epoch 2 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Test-Differences 0.63 license {Artistic-1 GPL} maintainers nomaintainer description Test strings and data structures and show differences \ if not ok long_description When the code you're testing returns multiple lines, \ records or data structures and they're just plain \ wrong, an equivalent to the Unix diff utility may be \ just what's needed. platforms darwin checksums rmd160 3cc4033cd19923ff50f39bff5b031c1dcd295288 \ sha256 7c657a178c32f48de3b469f6d4f67b75f018a3a19c1e6d0d8892188b0d261a66 if {${perl5.major} != ""} { # p5-data-dumper is a dependency because Data::Dumper >= 2.126 is needed; the # versions in Perl 5.8/10/12 core are too old depends_lib-append \ port:p${perl5.major}-capture-tiny \ port:p${perl5.major}-data-dumper \ port:p${perl5.major}-text-diff perl5.use_module_build }