pkgsrc/www/py-waitress/Makefile
wiz 24fedffa28 Import py-waitress-0.8.9 as www/py-waitress.
Waitress is meant to be a production-quality pure-Python WSGI server
with very acceptable performance.  It has no dependencies except
ones which live in the Python standard library.  It supports HTTP/1.0
and HTTP/1.1.
2015-07-15 18:23:55 +00:00

16 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/07/15 18:23:55 wiz Exp $
DISTNAME= waitress-0.8.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= https://pypi.python.org/packages/source/w/waitress/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/Pylons/waitress
COMMENT= Production-quality pure-Python WSGI server
LICENSE= zpl-2.1
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"