# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Net-Appliance-Session 1.24
revision            2
maintainers         nomaintainer
description         Run command-line sessions to network appliances
long_description    Use this module to establish an interactive command-line session with a \
                    network appliance. There is special support for moving into "privileged" \
                    mode and "configure" mode, with all other commands being sent through a \
                    generic call to your session object.

platforms           darwin

checksums           md5 c942bcd20f573107b259c1cb6c2e4440

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-class-accessor \
                    port:p${perl5.major}-exception-class \
                    port:p${perl5.major}-io-tty \
                    port:p${perl5.major}-net-telnet

supported_archs noarch
}
