# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Test-Snapshot 0.061 ../../authors/id/E/ET/ETJ
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Test::Snapshot - test against data stored in automatically-named file
long_description    (*)${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  d13bdeaa829fae03f107c249eaeb67ccf217ce51 \
                    sha256  06d1ff923d6f12eb2ed0505203f0ebd39334e3bc5e58548a45ed5a3d4da62e83 \
                    size    7745

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-capture-tiny

    depends_lib-append \
                    port:p${perl5.major}-file-path \
                    port:p${perl5.major}-test-simple \
                    port:p${perl5.major}-text-diff
}
