# -*- 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         Object-ID v0.1.2
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}
supported_archs     noarch

description         Object::ID - A unique identifier for any object

long_description    ${description}

checksums           sha1 30e867fc25e38422fe8293f623a6f4463bc0c575 \
                    rmd160 b9ce42f82144016e149741e04b7321bcd75c3f07

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

    depends_lib-append \
                    port:p${perl5.major}-data-uuid \
                    port:p${perl5.major}-hash-fieldhash \
                    port:p${perl5.major}-sub-name

    perl5.use_module_build
}
