Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
view uwsginl-plugin-lang-py38/Makefile @ 122:8819c54ac8a2
Update to current GitHub version: d58a832c81c2c96ae0f6e72614e1cc47f4b5d332 -- v2.1.pl3.g20210418
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 16 May 2021 17:21:50 +0200 |
| parents | a8788461c425 |
| children | 4ddf40c2765a |
line wrap: on
line source
# Created by: Franz Glasner <freebsd-dev@dom66.de> # $FreeBSD$ PORTNAME= ${UWSGI_NAME}-plugin-lang-py38 COMMENT= Language plugin for Python 3.8 USES= python:3.8 gettext-runtime PLUGIN_NAME= python38 PLUGIN_SOURCE= plugins/python MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 .include "${MASTERDIR}/Makefile"
