mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
91b31c2c77
* Changed comment headers to match my name and FreeBSD email Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11466
30 lines
784 B
Makefile
30 lines
784 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= WsgiDAV
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ultima@FreeBSD.org
|
|
COMMENT= WSGI based WebDAV server for sharing resources
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>=0:www/py-cherrypy \
|
|
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest \
|
|
${PYTHON_PKGNAMEPREFIX}cov-core>=0:devel/py-cov-core \
|
|
${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest \
|
|
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \
|
|
${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml
|
|
|
|
NO_ARCH= yes
|
|
USES= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-extract:
|
|
${RM} -r ${WRKSRC}/tests
|
|
|
|
.include <bsd.port.mk>
|