# -*- 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         Hash-Objectify 0.008
revision            0
license             Apache-2
maintainers         {devans @dbevans} openmaintainer
description         Hash::Objectify - Create objects from hashes on the fly
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  4451214d0b33732c29b173972f7cf09a1cc3c981 \
                    sha256  236d5829cdebf3ba648d34e1295cd9099a20506d8d0284668e617e0058cebeed \
                    size    17750

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

    depends_lib-append \
                    port:p${perl5.major}-class-xsaccessor
}