# -*- 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         Net-Netmask 2.0003
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Net::Netmask - parse, manipulate and lookup IP network blocks
long_description    {*}${description}

checksums           rmd160  0222e6280cc79c7465d8ffd9aec3005e6e1cf89b \
                    sha256  74a2021259cb6cf7bbb9f4caa2677dca820fd93c8f1322336f48a48793155bdc \
                    size    43996

platforms           {darwin any}
supported_archs     noarch

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

    depends_lib-append \
                    port:p${perl5.major}-math-bigint
}
