# $Id: Portfile,v 1.1 2004/01/16 01:24:50 mww Exp $ PortSystem 1.0 name py-ssh version 0.2 categories python 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 { file mkdir ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/README.txt ${worksrcpath}/license.txt \ ${destroot}${prefix}/share/doc/${name} }