comparison uwsginl-plugin-lang-py311/Makefile @ 164:910d38ab41ab v2.1.pl6.g20221024

Python 3.11 plugin for uwsginl
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 29 Oct 2022 19:06:19 +0200
parents uwsginl-plugin-lang-py310/Makefile@4ddf40c2765a
children
comparison
equal deleted inserted replaced
163:9b279d675487 164:910d38ab41ab
1 # Created by: Franz Glasner <freebsd-dev@dom66.de>
2
3 PORTNAME= ${UWSGI_NAME}-plugin-lang-py311
4
5 COMMENT= Language plugin for Python 3.11
6
7 USES= python:3.11 gettext-runtime
8
9 PLUGIN_NAME= python311
10 PLUGIN_SOURCE= plugins/python
11
12 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3
13
14 .include "${MASTERDIR}/Makefile"