mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
f1e8fb515e
- While here, add NO_ARCH PR: 204134 Submitted by: Ricky Gallamore <ultima1252@gmail.com> (maintainer)
22 lines
372 B
Makefile
22 lines
372 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= WsgiDAV
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ultima1252@gmail.com
|
|
COMMENT= WSGI based WebDAV server for sharing resources
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USES= python:2 zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-extract:
|
|
${RM} -r ${WRKSRC}/tests
|
|
|
|
.include <bsd.port.mk>
|