Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
comparison uwsginl-plugin-lang-pypy3/Makefile @ 187:13e07e75c111
Naming of the packages for the pypy plugins: use the PyPy-version as suffix instead of a prefix.
This is to be more consistens with the other Python language plugins.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 14 Mar 2025 14:45:38 +0100 |
| parents | 6aa5c9b981b2 |
| children | e18b5861868b |
comparison
equal
deleted
inserted
replaced
| 186:7febb8b5cb59 | 187:13e07e75c111 |
|---|---|
| 1 # Created by: Franz Glasner <freebsd-dev@dom66.de> | 1 # Created by: Franz Glasner <freebsd-dev@dom66.de> |
| 2 | 2 |
| 3 PORTNAME= ${UWSGI_NAME}-plugin-lang-pypy3 | 3 PORTNAME= ${UWSGI_NAME}-plugin-lang |
| 4 PKGNAMESUFFIX= -${FLAVOR} | |
| 4 #DISTVERSION= 2.0.20 | 5 #DISTVERSION= 2.0.20 |
| 5 PORTVERSION= 2.1.pl9.g${MYGH_TAG_DATE} | 6 PORTVERSION= 2.1.pl9.g${MYGH_TAG_DATE} |
| 6 CATEGORIES= www python | 7 CATEGORIES= www python |
| 7 # Use GitHub id for now (before official 2.1); see below | 8 # Use GitHub id for now (before official 2.1); see below |
| 8 #MASTER_SITES= https://projects.unbit.it/downloads/ | 9 #MASTER_SITES= https://projects.unbit.it/downloads/ |
| 18 LICENSE_FILE= ${WRKSRC}/LICENSE | 19 LICENSE_FILE= ${WRKSRC}/LICENSE |
| 19 LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept | 20 LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
| 20 | 21 |
| 21 FLAVORS= pypy3 pypy39 pypy310 | 22 FLAVORS= pypy3 pypy39 pypy310 |
| 22 FLAVOR?= pypy3 | 23 FLAVOR?= pypy3 |
| 23 | |
| 24 PKGNAMEPREFIX= ${FLAVOR}- | |
| 25 | 24 |
| 26 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl | 25 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl |
| 27 BUILD_DEPENDS+= ${PYPY_PACKAGE}>=7:lang/${PYPY_PACKAGE} | 26 BUILD_DEPENDS+= ${PYPY_PACKAGE}>=7:lang/${PYPY_PACKAGE} |
| 28 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl | 27 RUN_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl |
| 29 RUN_DEPENDS+= ${PYPY_PACKAGE}>=7:lang/${PYPY_PACKAGE} | 28 RUN_DEPENDS+= ${PYPY_PACKAGE}>=7:lang/${PYPY_PACKAGE} |
