# $Id: Portfile,v 1.6 2004/04/19 17:45:04 mww Exp $ PortSystem 1.0 PortGroup python 1.0 name py-ftputil version 2.0.2 categories python platforms darwin maintainers mww@opendarwin.org description high level Python interface to the ftplib module long_description The module ftputil is a high-level interface to the \ ftplib module. The FTPHost objects generated from it \ allow many operations similar to those of os and \ os.path. homepage http://www.sschwarzer.net/python/python_software.html master_sites http://www.sschwarzer.net/download/ distname ftputil-${version} checksums md5 d56ea8ae990c3ecc44bf4357e9517dc4 post-destroot { xinstall -m 644 -W ${worksrcpath} README.html README.txt ftputil.html \ ftputil.txt ${destroot}${prefix}/share/doc/${name} }