# -*- 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
# $Id: Portfile 98726 2012-10-13 19:27:19Z pixilla@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         IO-Socket-INET6 2.69 IO/SHLOMIF
maintainers         pixilla openmaintainer
license             Artistic GPL
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           rmd160  4a27f99ec5c3e216de25a18a2ee687bbd82b01fd \
                    sha256  accd565643969d905e199e28e60e833213ccc2026c372432df01e49b044c3045

if {${perl5.major} != ""} {

    depends_lib-append  port:p${perl5.major}-socket6 \
                        port:p${perl5.major}-io
}

supported_archs     noarch
