# $Id: Portfile,v 1.4 2004/04/23 09:49:32 mww Exp $ PortSystem 1.0 PortGroup python 1.0 name py-ssh version 0.2 categories python net security platforms darwin maintainers mww@opendarwin.org 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-${version} checksums md5 359a3f40bce6016af02d3f34ebb68e9d use_zip yes post-extract { file copy ${filespath}/setup.py ${worksrcpath} } post-destroot { xinstall -m 644 -W ${worksrcpath} README.txt license.txt \ ${destroot}${prefix}/share/doc/${name} }