# -*- 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-Telnet-Cisco 1.12
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         A perl module for Cisco telnet support

long_description    Net::Telnet::Cisco adds additional functionality to \
                    Net::Telnet that helps you automate Cisco router management \
                    and statistic gathering.

checksums           rmd160  bafc45dd21a6998d7249b108590e55ecdb9c2333 \
                    sha256  b39bcbc6f1ad52df740245cb972f8551d17fa87fa472758ed783a31fc686e0d8 \
                    size    19338

platforms           {darwin any}

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-net-telnet

    supported_archs noarch
}
