# -*- 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         UUID 0.38 ../../authors/id/J/JR/JRM
license             Artistic-2
maintainers         nomaintainer
description         UUID - Universally Unique Identifier library for Perl
long_description    {*}${description}

checksums           rmd160  4173569953f2711a350e362b3fa0ae259b26cbba \
                    sha256  8a627d15450aa51549e072b4ff80d5a3bb6189186e592bc18864291e70b34e3a \
                    size    92912

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-cpan-meta \
                    port:p${perl5.major}-devel-checklib \
                    port:p${perl5.major}-extutils-makemaker \
                    port:p${perl5.major}-extutils-manifest \
                    port:p${perl5.major}-text-patch \
                    port:p${perl5.major}-try-tiny

    depends_lib-append \
                    port:p${perl5.major}-time-hires

    # build fails using parallel_build
    use_parallel_build no
}
