mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
aa7a6c429e
With hat: portmgr
21 lines
378 B
Makefile
21 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= whitenoise
|
|
PORTVERSION= 4.1.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alex@xanderio.de
|
|
COMMENT= Radically simplified static file serving for wsgi applications
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|