Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 82:60cd0d144d3a
Use the now centralized Python version handling
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Tue, 04 Oct 2022 16:34:58 +0200 |
| parents | 165c5074b9e8 |
| children | 56d0e959bcf0 |
comparison
equal
deleted
inserted
replaced
| 81:165c5074b9e8 | 82:60cd0d144d3a |
|---|---|
| 1 # Created by: David Naylor <dbn@FreeBSD.org> | 1 # Created by: David Naylor <dbn@FreeBSD.org> |
| 2 | 2 |
| 3 PORTNAME= pypy3 | 3 PORTNAME= pypy3 |
| 4 DISTNAME= ${PORTNAME}.8-v${DISTVERSION}-src | 4 DISTNAME= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src |
| 5 | 5 |
| 6 MASTERDIR= ${.CURDIR}/../pypy | 6 MASTERDIR= ${.CURDIR}/../pypy |
| 7 | 7 |
| 8 WRKSRC= ${WRKDIR}/${PORTNAME}.8-v${DISTVERSION:C/-.*//}-src | 8 WRKSRC= ${WRKDIR}/${PYTHON_IMPL_MINOR}-v${DISTVERSION:C/-.*//}-src |
| 9 | 9 |
| 10 # Without gdbm is not supported on v7.3.9 any more: no extra package needed | 10 # Without gdbm is not supported on v7.3.9 any more: no extra package needed |
| 11 LIB_DEPENDS+= libgdbm.so:databases/gdbm | 11 LIB_DEPENDS+= libgdbm.so:databases/gdbm |
| 12 | 12 |
| 13 SHEBANG_FILES= \ | 13 SHEBANG_FILES= \ |
