freebsd-ports/www/py-waitress/Makefile
Martin Wilke 38c849bb01 Waitress, is pure Python WSGI server.
WWW:	http://pypi.python.org/pypi/waitress

PR:		ports/164091
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2012-01-14 19:54:10 +00:00

23 lines
466 B
Makefile

# New ports collection makefile for: py-waitress
# Date created: 2012-01-02
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
#
# $FreeBSD$
#
PORTNAME= waitress
PORTVERSION= 0.7
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= duchateau.olivier@gmail.com
COMMENT= Python WSGI server
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>