freebsd-ports/www/py-pywebdav/Makefile
Martin Wilke 3ac449f2a7 pywebdav is a collection of classes which should make
it easy to write your own DAV server in Python.

WebDAV is an extension to the normal HTTP/1.1 protocol
allowing the user to upload data, create collections of
objects, store properties for objects, etc.

WWW:	http://www.webdav.de/

PR:		ports/125665
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-07-19 14:05:32 +00:00

22 lines
476 B
Makefile

# New ports collection makefile for: py-PyWebDAV
# Date created: 2008-07-16
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= PyWebDAV
PORTVERSION= 0.8
CATEGORIES= www net python
MASTER_SITES= CHEESESHOP
MASTER_SITE_SUBDIR= source/P/PyWebDAV
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pywebdav-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= WebDAV Library and Server for Python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>