diff uwsginl-plugin-gevent39/Makefile @ 142:c32cf35cb4da

Prepare gevent and greenlet plugins for Python 3.9
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 25 Sep 2022 19:01:22 +0200
parents uwsginl-plugin-gevent38/Makefile@4ddf40c2765a
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uwsginl-plugin-gevent39/Makefile	Sun Sep 25 19:01:22 2022 +0200
@@ -0,0 +1,14 @@
+# Created by: Franz Glasner <freebsd-dev-@dom66.de>
+
+PORTNAME=	${UWSGI_NAME}-plugin-${PLUGIN_NAME}
+
+COMMENT=	Python3.9 gevent plugin for ${UWSGI_NAME}
+
+USES=		python:3.9 gettext-runtime
+
+PLUGIN_NAME=	gevent39
+PLUGIN_SOURCE=	plugins/gevent
+
+MASTERDIR=	${.CURDIR}/../uwsginl-plugin-lang-py3
+
+.include	"${MASTERDIR}/Makefile"