3c59d30b47
PR: 193313 Submitted by: JingFeng Yan WsgiDAV is a WebDAV server for sharing files and other resources over the web. It is based on the WSGI interface. It comes bundled with a simple WSGI web server. This package is based on PyFileServer by Ho Chun Wei.
20 lines
361 B
Makefile
20 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= WsgiDAV
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yan_jingfeng@yahoo.com
|
|
COMMENT= WSGI based WebDAV server for sharing resources
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:2 zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-extract:
|
|
${RM} -r ${WRKSRC}/tests
|
|
|
|
.include <bsd.port.mk>
|