# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem               1.0
PortGroup                perl5 1.0

perl5.setup              IO-Socket-INET6 2.57
maintainers              hostwizard.com:scott
platforms                darwin

description              IO::Socket::INET6 object interface to ipV6

long_description         IO::Socket::INET6 provides an object \
                         interface to creating and using sockets in both \
                         AF_INET|AF_INET6 domain. It is built upon the IO::Socket \
                         interface and inherits all the methods defined by \
                         IO::Socket.

checksums                md5     65e5224afd57bbe0abfa178a206cedfe \
                         sha1    6191a53532c575e1d03c5f7df655c2980a93c620 \
                         rmd160  c4e3ebe8333295ef0af0c7031839d4c5233ea81c

depends_lib              port:p5-socket6 \
                         port:p5-io

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