# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $
PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Net-IP 1.25
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.
checksums		md5 a49c0b02a9b793ff60191cdafc0c202e
platforms		darwin

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

