# $Id$ PortSystem 1.0 PortGroup python25 1.0 name py25-paramiko version 1.7.1 categories python net security platforms darwin maintainers ram openmaintainer description python library for making SSH2 connections long_description This is a library for making SSH2 connections (client \ or server). Emphasis is on using SSH2 as an alternative to SSL for \ making secure connections between python scripts. All major ciphers \ and hash methods are supported. SFTP client and server mode are both \ supported too. homepage http://www.lag.net/paramiko/ master_sites ${homepage}download/ distname paramiko-${version} checksums md5 de6405406897fad04fa5fdf56952ea75 \ sha1 0e89fe7ae6dcc91ca271ac06b44a10a9be9c1103 \ rmd160 caf9b58fda37575bdd4746f15c176627b3437a69 depends_lib-append port:py25-crypto post-destroot { file delete -force ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} } universal_variant no