comparison uwsginl-plugin-greenlet3/Makefile @ 62:d88a803c3b1e

Build "greenlet" plugins for Python3 and Python3.6
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 10 Mar 2019 16:13:45 +0100
parents
children 4ddf40c2765a
comparison
equal deleted inserted replaced
61:759ad8bcc89d 62:d88a803c3b1e
1 # Created by: Franz Glasner <freebsd-dev-@dom66.de>
2 # $FreeBSD$
3
4 PORTNAME= ${UWSGI_NAME}-plugin-${PLUGIN_NAME}
5
6 COMMENT= Python3 greenlet plugin for ${UWSGI_NAME}
7
8 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4:devel/py-greenlet@${PY_FLAVOR}
9 BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}greenlet>=0.4:devel/py-greenlet@${PY_FLAVOR}
10
11 PLUGIN_NAME= greenlet3
12 PLUGIN_SOURCE= plugins/greenlet
13
14 MASTERDIR= ${.CURDIR}/../uwsginl-plugin-lang-py3
15
16 .include "${MASTERDIR}/Makefile"