Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
comparison uwsginl-plugin-lang-pypy3/Makefile @ 89:40e8d1ee1651
Use current GitHub head of trunk with master ports py3 and pypy3 also.
Implemented by including a common Makefile snippen from uwsginl.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Mon, 15 Jun 2020 12:13:22 +0200 |
| parents | 098130d0f0f0 |
| children | 3e92a10a2c96 |
comparison
equal
deleted
inserted
replaced
| 88:098130d0f0f0 | 89:40e8d1ee1651 |
|---|---|
| 2 # $FreeBSD$ | 2 # $FreeBSD$ |
| 3 | 3 |
| 4 PORTNAME= ${UWSGI_NAME}-plugin-lang-pypy3 | 4 PORTNAME= ${UWSGI_NAME}-plugin-lang-pypy3 |
| 5 DISTVERSION= 2.0.18 | 5 DISTVERSION= 2.0.18 |
| 6 CATEGORIES= www python | 6 CATEGORIES= www python |
| 7 MASTER_SITES= https://projects.unbit.it/downloads/ | 7 # Use GitHub id for now (before official 2.1); see below |
| 8 DISTNAME= uwsgi-${DISTVERSION} | 8 #MASTER_SITES= https://projects.unbit.it/downloads/ |
| 9 #DISTNAME= uwsgi-${DISTVERSION} | |
| 9 | 10 |
| 10 MAINTAINER= freebsd-dev@dom66.de | 11 MAINTAINER= freebsd-dev@dom66.de |
| 11 COMMENT= Language plugin for PyPy 3 | 12 COMMENT= Language plugin for PyPy 3 |
| 12 | 13 |
| 13 LICENSE= GPLv2-WITH-LINKING-EXCEPTION | 14 LICENSE= GPLv2-WITH-LINKING-EXCEPTION |
| 20 BUILD_DEPENDS+= pypy3>=6:lang/pypy3 | 21 BUILD_DEPENDS+= pypy3>=6:lang/pypy3 |
| 21 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl | 22 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl |
| 22 RUN_DEPENDS+= pypy3>=6:lang/pypy3 | 23 RUN_DEPENDS+= pypy3>=6:lang/pypy3 |
| 23 | 24 |
| 24 USES= gettext-runtime pkgconfig | 25 USES= gettext-runtime pkgconfig |
| 26 | |
| 27 .include "${.CURDIR}/../uwsginl/Makefile.gh" | |
| 25 | 28 |
| 26 PLIST_FILES= ${PLUGIN_DIR}/${PLUGIN_FILENAME} | 29 PLIST_FILES= ${PLUGIN_DIR}/${PLUGIN_FILENAME} |
| 27 | 30 |
| 28 MAKE_ENV+= UWSGI_PROFILE_OVERRIDE="plugin_build_dir=${STAGEDIR}${PREFIX}/${PLUGIN_DIR};plugin_dir=${PREFIX}/${PLUGIN_DIR}" PYTHON=/usr/local/bin/pypy3 | 31 MAKE_ENV+= UWSGI_PROFILE_OVERRIDE="plugin_build_dir=${STAGEDIR}${PREFIX}/${PLUGIN_DIR};plugin_dir=${PREFIX}/${PLUGIN_DIR}" PYTHON=/usr/local/bin/pypy3 |
| 29 | 32 |
