opnsense-ports/devel/py-wsgitools/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

18 lines
500 B
Makefile

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= ports@FreeBSD.org
COMMENT= Useful middlewares and filters for wsgi as well as scgi servers
WWW= https://subdivi.de/~helmut/wsgitools/
LICENSE= GPLv2+
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>