# -*- 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-IP 1.26
revision            1
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl extension for manipulating IPv4/IPv6 addresses
long_description    Net-IP  rovides functions to deal with IPv4/IPv6 \
                    addresses. The module can be used as a class, \
                    allowing the user to instantiate IP objects, \
                    which can be single IP addresses, prefixes, \
                    or ranges of addresses. There is also a procedural \
                    way of accessing most of the functions. Most subroutines \
                    can take either IPv4 or IPv6 addresses transparently.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  7676d271e9af3fc17df5233ac8e3592c8d1db491 \
                    sha256  040f16f3066647d761b724a3b70754d28cbd1e6fe5ea01c63ed1cd857117d639 \
                    size    30866

if {${perl5.major} != ""} {
    patchfiles      patch-default-inc-excludes-dot.diff
}
