1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/www/py-waitress/Makefile
Sunpoet Po-Chuan Hsieh b4326809b6 Update to 1.2.1
- Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/Pylons/waitress/blob/master/CHANGES.txt
2019-02-07 23:14:09 +00:00

22 lines
379 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= waitress
PORTVERSION= 1.2.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python WSGI server
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>