# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Net-Appliance-Session 1.24
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

depends_lib-append  port:p5-class-accessor \
                    port:p5-exception-class \
                    port:p5-io-tty \
                    port:p5-net-telnet

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