# $Id: Portfile 66209 2010-04-07 08:52:46Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Net-SSH2 0.28
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     5d6a9c4b2256c34819c0d6f3a0163066 \
                    sha1    56ef4dadc652d219490b4e0aa3e6d94bd41507c5 \
                    rmd160  11fc2eaaeffe9105c22b85ce6a3f8b1ef8b64efa

depends_lib-append  port:libssh2
