# -*- 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-Frame-Layer-IPv6 1.08
license             Artistic-1
platforms           {darwin any}
maintainers         nomaintainer

description         Internet Protocol v6 layer object

long_description    This modules implements the encoding and decoding of \
                    the IPv6 layer. See RFC 2460 for details of the \
                    protocol. See also Net::Frame::Layer for other \
                    attributes and methods

checksums           rmd160  3738e9d85ab1f6aa60c294bd704584a773c32a71 \
                    sha256  ba2d852be8f37f5884e307da82b8aa3cd794e18a15c807521ac2ca2ad139f7d7

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-bit-vector \
                    port:p${perl5.major}-net-frame
    
    supported_archs noarch
}