Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison bsd.pypy.mk @ 24:d2d396c79e9f
Allow to overwrite DISTINFO_FILE and PLIST from slave ports.
This is needed for some PyPy implementation flavors to work properly.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 05 Oct 2022 15:29:19 +0200 |
| parents | d16a4f379bbc |
| children | bb33295dc62d |
comparison
equal
deleted
inserted
replaced
| 23:d16a4f379bbc | 24:d2d396c79e9f |
|---|---|
| 40 | 40 |
| 41 PY_VERSION_NODOT= ${PY_VERSION_SHORT:S/.//} | 41 PY_VERSION_NODOT= ${PY_VERSION_SHORT:S/.//} |
| 42 PYTHON_IMPL_MINOR= pypy${PY_VERSION_SHORT} | 42 PYTHON_IMPL_MINOR= pypy${PY_VERSION_SHORT} |
| 43 PYTHON_IMPL_NODOT= pypy${PY_VERSION_NODOT} | 43 PYTHON_IMPL_NODOT= pypy${PY_VERSION_NODOT} |
| 44 | 44 |
| 45 DISTINFO_FILE= ${.CURDIR}/distinfo.py${PY_VERSION_NODOT} | |
| 46 | |
| 45 .include <bsd.port.pre.mk> | 47 .include <bsd.port.pre.mk> |
| 46 | 48 |
| 47 .if ${PORT_OPTIONS:MFORPYIMPL37} | 49 .if ${PORT_OPTIONS:MFORPYIMPL37} |
| 48 PY_VERSION_SHORT= 3.7 | 50 PY_VERSION_SHORT= 3.7 |
| 49 .endif | 51 .endif |
