# -*- 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         File-Map 0.71
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         File::Map - Memory mapping made simple and safe.
long_description    {*}${description}

platforms           darwin

checksums           rmd160  e3b72f761db70c3c6082c708a4e3979a5e693d52 \
                    sha256  c8e26933804e870d4aba92623b7886ac8b3c760c98fbfcd3bdc4b2305c464759 \
                    size    151846

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-fatal \
                    port:p${perl5.major}-test-warnings
    
    depends_lib-append \
                    port:p${perl5.major}-perlio-layers \
                    port:p${perl5.major}-sub-exporter-progressive
    
    perl5.use_module_build
}
