# -*- 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: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Net-SSH2 0.33
revision            2
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           md5     96782c938539794c0c2c396a84ea2f09 \
                    sha1    442c987a9301ff3bb9cfadd4b635655f6eccebcf \
                    rmd160  65382bba2ef3110182916162472b52e8251cc063

if {${perl5.major} != ""} {
depends_lib-append  port:libssh2
}
