1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/www/py-wsgidav/Makefile
Jason Unovitch f1e8fb515e www/py-wsgidav: update 1.1.0 -> 1.2.0
- While here, add NO_ARCH

PR:		204134
Submitted by:   Ricky Gallamore <ultima1252@gmail.com> (maintainer)
2015-10-30 03:08:23 +00:00

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>