aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-whitenoise/Makefile
blob: c869271e6f76bcf27bb1a9c52ce649a2c1b78379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	whitenoise
PORTVERSION=	6.2.0
PORTREVISION=	1
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
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>