aboutsummaryrefslogtreecommitdiff
path: root/devel/py-wsgitools/Makefile
blob: b31c59df554189d02fc21180ca89e3c84825b461 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	wsgitools
PORTVERSION=	0.3.1
CATEGORIES=	devel
MASTER_SITES=	http://subdivi.de/~helmut/${PORTNAME}/dist/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}

MAINTAINER=	aehlig@linta.de
COMMENT=	Useful middlewares and filters for wsgi as well as scgi servers
WWW=		https://subdivi.de/~helmut/wsgitools/

LICENSE=	GPLv2+

USES=		python:3.5+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>