summaryrefslogtreecommitdiff
path: root/ftp/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-06 20:12:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-06 20:12:24 +0000
commitae5e1412efebfe9c740fdbc90bc1a61f98eea148 (patch)
tree3ef4686813b8e7fd16e68f640c546d49dafda320 /ftp/Makefile
parent- Update to 3.11 (diff)
Python FTP server library provides an high-level portable interface to easily
write asynchronous FTP servers with Python. Based on asyncore / asynchat frameworks pyftpdlib is actually the most complete RFC959 FTP server implementation available for Python language. WWW: http://billiejoex.altervista.org/pyftpdlib.html PR: ports/109934 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Notes
Notes: svn path=/head/; revision=186722
Diffstat (limited to 'ftp/Makefile')
-rw-r--r--ftp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index d92e8c405a6d..82a1fe069c14 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -90,6 +90,7 @@
SUBDIR += pureadmin
SUBDIR += py-curl
SUBDIR += py-ftputil
+ SUBDIR += py-pyftpdlib
SUBDIR += quftp
SUBDIR += rexx-curl
SUBDIR += smbftpd