forked from Lainports/freebsd-ports
As now (only) python3 is supported, also change the USES python statement and remove the deprecation warning. PR: 244731 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
20 lines
520 B
Makefile
20 lines
520 B
Makefile
# Created by: Klaus T. Aehlig <aehlig@linta.de>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|