mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
23 lines
468 B
Makefile
23 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>
|