opnsense-ports/www/py-pywebdav/Makefile
Franco Fichtner 5be31714e5 */*: sync with upstream
Taken from: HardenedBSD
2018-06-19 07:18:01 +02:00

17 lines
366 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PyWebDAV
PORTVERSION= 0.9.8
PORTREVISION= 2
CATEGORIES= www net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= WebDAV Library and Server for Python
USES= python:2.7
USE_PYTHON= distutils concurrent autoplist
.include <bsd.port.mk>