freebsd-ports/www/py-aiohttp-wsgi/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
363 B
Makefile

PORTNAME= aiohttp-wsgi
PORTVERSION= 0.8.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= WSGI adapter for aiohttp
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>