# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-off set: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers {maiar.org:jason-macports @gorticus} openmaintainer
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 \
distname ftputil-${version}
homepage http://ftputil.sschwarzer.net/trac/
master_sites ${homepage}raw-attachment/wiki/Download/${distfiles}?format=raw?dummy=
checksums md5 df1880064485be39b3e6eeefbd812b03 \
sha1 5fe61f7165b309e021011de66bd80f990c0cff3c \
rmd160 cd7bd7bfcb40c82b13f5d9daa1ba15a0a26c4b51
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
xinstall -d ${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath} README.html README.txt ftputil.html \
ftputil.txt VERSION PKG-INFO ${destroot}${prefix}/share/doc/${subport}
livecheck.url ${homepage}raw-attachment/wiki/Download/
livecheck.regex {>ftputil-([0-9.]+).tar.gz<}