# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Net-SSH2 0.53 maintainers oaf.dk:mni platforms darwin 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 fc4dfa11e02983ae73369d996aad6e1fa7a29dc6 \ sha256 f072ecb816c6b9ef9ad03057a765590e8bc1ad401fdea215f272fa8405ce57dc if {${perl5.major} != ""} { depends_lib-append \ port:libssh2 }