# $Id: Portfile,v 1.1 2005/12/04 19:44:24 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-paramiko
version			1.5.2
categories		python net security
platforms		darwin
maintainers		mww@opendarwin.org
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	http://www.lag.net/paramiko/download/
distname		paramiko-${version}
checksums		md5 e9150f837a00fb95847657684873f201
use_zip			yes

post-destroot {
	file delete -force ${destroot}${prefix}/share/doc/${name}
	file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
}

