# -*- 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         Data-Validate-IP 0.31
revision            0
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         IPv4 and IPv6 validation methods

long_description    {*}${description}

checksums           rmd160  3a647e193af4f5f44775143f27196f855a4ec401 \
                    sha256  734aff86b6f9cad40e1c4da81f28faf18e0802c76a566d95e5613d4318182fc1 \
                    size    43477

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

    depends_lib-append \
                    port:p${perl5.major}-netaddr-ip
}
