freebsd-ports/www/py-pywebdav/Makefile
Wen Heping e61148690b - Update to 0.9.8
Feature safe:	yes
2012-03-30 01:42:59 +00:00

22 lines
466 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.9.8
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
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>