17 lines
366 B
Makefile
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>
|