1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/py-pywebdav/Makefile
Mathieu Arnold 3f2936da6b Messed up those two.
Pointy hat:	mat
Sponsored by:	Absolight
2016-09-14 16:08:44 +00:00

18 lines
351 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= PyWebDAV
PORTVERSION= 0.9.8
PORTREVISION= 1
CATEGORIES= www net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= WebDAV Library and Server for Python
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>