2013-09-20 23:36:50 +00:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2008-07-19 14:05:32 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= PyWebDAV
|
2012-03-30 01:42:59 +00:00
|
|
|
PORTVERSION= 0.9.8
|
2014-01-29 16:17:02 +00:00
|
|
|
PORTREVISION= 1
|
2008-07-19 14:05:32 +00:00
|
|
|
CATEGORIES= www net python
|
2010-04-04 06:29:42 +00:00
|
|
|
MASTER_SITES= GOOGLE_CODE \
|
|
|
|
CHEESESHOP
|
2008-07-19 14:05:32 +00:00
|
|
|
MASTER_SITE_SUBDIR= source/P/PyWebDAV
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-04-17 08:10:00 +00:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2008-07-19 14:05:32 +00:00
|
|
|
COMMENT= WebDAV Library and Server for Python
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2014-01-29 16:17:02 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2008-07-19 14:05:32 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|