# -*- 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.24 perl5.setup Net-SSH2 0.63 license {Artistic-1 GPL} maintainers oaf.dk:mni openmaintainer 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 a5a12f0a8340207c592dcfc8bd1c4a6d6f985340 \ sha256 b0a06679911647e65e9bbe3b29fee614cdbaccd7a422a2d88dc0e662f6fefba5 if {${perl5.major} != ""} { depends_lib-append \ port:libssh2 }