# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-ssh
version			0.3
categories		python net security
platforms		darwin
maintainers		nomaintainer
description		python module for programmatically controlling ssh and scp
long_description	PySSH is a Python library for programmatically \
				controlling ssh and scp.

homepage		http://pyssh.sourceforge.net/
master_sites	sourceforge:pyssh
distname		pyssh-source
checksums		md5 ae3a9ffa9545310e14bb013e9ee399c0

worksrcdir		pyssh

post-destroot	{
	xinstall -m 644 -W ${worksrcpath}/docs changes.txt license.txt pyssh.html \
		to_do.txt ${destroot}${prefix}/share/doc/${name}
}
