# -*- 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-IPv6Addr 1.02
revision            0
platforms           darwin
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         functions for parsing IPv6 addresses

long_description    Net::IPv6Addr provides ${description} in all formats \
                    described by RFC1884 and RFC1924. It will generate \
                    \"IP6.INT.\" strings (as described in RFC1886) if you \
                    are inclined to play with DNS records.

checksums           rmd160  984e634a818f113647568ad1a0763fe393c5da26 \
                    sha256  b23401c1226fee8dfe627f5ae0e90c55ac547010eca398110dc1631f41c9ec7d \
                    size    19961

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-math-base85 \
                    port:p${perl5.major}-math-bigint

    supported_archs noarch
}
