Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
comparison uwsginl-plugin-gevent37/Makefile @ 76:8711f048ba1c
Some more plugins for Python2.7: tornado, gevent, greenlet
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 12 Jun 2020 09:25:17 +0200 |
| parents | uwsginl-plugin-gevent36/Makefile@759ad8bcc89d |
| children | 4ddf40c2765a |
comparison
equal
deleted
inserted
replaced
| 75:b247df50c169 | 76:8711f048ba1c |
|---|---|
| 1 # Created by: Franz Glasner <freebsd-dev-@dom66.de> | |
| 2 # $FreeBSD$ | |
| 3 | |
| 4 PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME} | |
| 5 | |
| 6 COMMENT= Python3.7 gevent plugin for ${UWSGI_NAME} | |
| 7 | |
| 8 USES= python:3.7 gettext-runtime | |
| 9 | |
| 10 PLUGIN_NAME= gevent37 | |
| 11 PLUGIN_SOURCE= plugins/gevent | |
| 12 | |
| 13 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3 | |
| 14 | |
| 15 .include "${MASTERDIR}/Makefile" |
