freebsd-ports/www/py-whitenoise/Makefile

20 lines
394 B
Makefile

PORTNAME= whitenoise
PORTVERSION= 6.2.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alex@xanderio.de
COMMENT= Radically simplified static file serving for wsgi applications
WWW= https://whitenoise.evans.io/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>