# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Net-Appliance-Session 4.200002 license {Artistic-1 GPL} 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. checksums rmd160 4993d1b2d35cd060138a78a8f5863e3da31cb577 \ sha256 1b198f8fb1a2af4bf9f07623023093fbbd755c447234917ce5dbea24ff30107a platforms darwin supported_archs noarch if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-io-prompt-tiny \ port:p${perl5.major}-moo \ port:p${perl5.major}-moox-types-mooselike \ port:p${perl5.major}-net-cli-interact \ port:p${perl5.major}-term-readpassword \ port:p${perl5.major}-text-glob \ port:p${perl5.major}-try-tiny }