freebsd-ports/www/py-pywebdav/Makefile
2011-02-18 13:00:51 +00:00

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