freebsd-ports/www/py-pywebdav/Makefile
2018-06-19 01:45:28 +00: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>