# -*- 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         Test2-Plugin-UUID 0.002010 ../../authors/id/E/EX/EXODIST
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Test2::Plugin::UUID - Use REAL UUIDs in Test2
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  869be03f15e4bb913e3a3efbdade5912a7c7e768 \
                    sha256  31a1ec9d16d5621635a7b7981d92aea57b6c5a079232fed5e761c2e7b4496579 \
                    size    16018

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