# -*- 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-FieldHash 0.15
platforms           darwin
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         Hash::FieldHash - A lightweight field hash implementation

long_description    Hash::FieldHash provides the field hash mechanism which \
                    supports the inside-out technique.

checksums           rmd160  7eff9e04148b6d17e2d5b6c89a8d61452acda59e \
                    sha256  5c515707a5433796a5697b118ddbf1f216d13c5cd52f2b64292e76f7d9b7e8f1

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

    patchfiles      patch-default-inc-excludes-dot.diff
    
    perl5.use_module_build
}
