Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
comparison uwsginl-plugin-lang-pypy3/Makefile @ 183:ba30d09e5481
Make pypy3 the default FLAVOR for pypy3 language plugins
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 14 Mar 2025 11:23:47 +0100 |
| parents | 9f86d2b1b802 |
| children | 6aa5c9b981b2 |
comparison
equal
deleted
inserted
replaced
| 182:f5b5d705b3fe | 183:ba30d09e5481 |
|---|---|
| 17 LICENSE_NAME= GPLv2 with linking exception | 17 LICENSE_NAME= GPLv2 with linking exception |
| 18 LICENSE_FILE= ${WRKSRC}/LICENSE | 18 LICENSE_FILE= ${WRKSRC}/LICENSE |
| 19 LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept | 19 LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
| 20 | 20 |
| 21 FLAVORS= pypy3 pypy39 pypy310 | 21 FLAVORS= pypy3 pypy39 pypy310 |
| 22 FLAVOR?= pypy310 | 22 FLAVOR?= pypy3 |
| 23 | 23 |
| 24 PKGNAMEPREFIX= ${FLAVOR}- | 24 PKGNAMEPREFIX= ${FLAVOR}- |
| 25 | 25 |
| 26 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl | 26 BUILD_DEPENDS+= ${UWSGI_NAME}==${PORTVERSION}:www/uwsginl |
| 27 BUILD_DEPENDS+= ${PYPY_PACKAGE}>=7:lang/${PYPY_PACKAGE} | 27 BUILD_DEPENDS+= ${PYPY_PACKAGE}>=7:lang/${PYPY_PACKAGE} |
