# -*- 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-SSH2 0.74 revision 0 license {Artistic-1 GPL} maintainers oaf.dk:mni openmaintainer description Perl module for the SSH 2 protocol via libSSH2. long_description Net::SSH2 is a perl interface to the libssh2 library. \ It supports the SSH2 protocol (there is no support for \ SSH1) with all of the key exchanges, ciphers, and \ compression of libssh2. checksums rmd160 fe01924994bb544582b96fa6979083da8492d919 \ sha256 1c124699745eeb40ed636097fdcc3e722c94cfd7704ebc0acfb0f05541d2809c \ size 146354 if {${perl5.major} != ""} { depends_lib-append \ path:lib/libssl.dylib:openssl \ port:libssh2 \ port:zlib compiler.c_standard 2011 }