# $Id: Portfile,v 1.3 2004/02/08 13:24:56 mww Exp $ PortSystem 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 depends_lib bin:python:python post-extract { file copy ${filespath}/setup.py ${worksrcpath} } use_configure no build.cmd python setup.py build.target build destroot.cmd python setup.py destroot.destdir --prefix=${destroot}${prefix} post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} README.txt license.txt \ ${destroot}${prefix}/share/doc/${name} }