20524da8b6
Python FTP server library provides a high-level portable interface to easily write asynchronous FTP servers with Python. pyftpdlib is currently the most complete RFC-959 FTP server implementation available for Python programming language. ok aja@
26 lines
489 B
Makefile
26 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/11/11 09:18:57 jasper Exp $
|
|
|
|
COMMENT= FTP server library for Python
|
|
|
|
MODPY_EGG_VERSION= 0.5.2
|
|
DISTNAME= pyftpdlib-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-ftpdlib-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://pyftpdlib.googlecode.com/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/
|
|
|
|
MODULES= lang/python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|