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

PortSystem 1.0
PortGroup python24 1.0

name			py-ftputil
version			2.0.3
categories		python
platforms		darwin
maintainers		nomaintainer
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 13cbdf29f637883fe3ecea815d389d2e

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} README.html README.txt ftputil.html \
		ftputil.txt ${destroot}${prefix}/share/doc/${name}
}
