1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/py-pywebdav/Makefile

21 lines
423 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PyWebDAV
2012-03-30 01:42:59 +00:00
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>