blob: 544c1411c432f850e29630185144be7ec93d6a17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PyWebDAV
PORTVERSION= 0.9.8
PORTREVISION= 1
CATEGORIES= www net python
MASTER_SITES= GOOGLE_CODE \
CHEESESHOP
MASTER_SITE_SUBDIR= source/P/PyWebDAV
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= WebDAV Library and Server for Python
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|