Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 106:ffca34182746
Allow to build PyPy3 v7.3.11: PLIST changes and patches for os.sendmail() which is enabled now.
BUGS: Python 3.7 is not supported any more. The configuration option for PY37
needs to be removed.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 04 Jan 2023 15:50:00 +0100 |
| parents | 5cf6b126dd94 |
| children | 8681b1cfc6b9 |
comparison
equal
deleted
inserted
replaced
| 105:41f196ceb3b1 | 106:ffca34182746 |
|---|---|
| 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 PORTREVISION= 3 | 4 PORTREVISION= 0 |
| 5 DISTNAME= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src | 5 DISTNAME= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src |
| 6 | 6 |
| 7 MASTERDIR= ${.CURDIR}/../pypy | 7 MASTERDIR= ${.CURDIR}/../pypy |
| 8 | 8 |
| 9 WRKSRC= ${WRKDIR}/${PYTHON_IMPL_MINOR}-v${DISTVERSION:C/-.*//}-src | 9 WRKSRC= ${WRKDIR}/${PYTHON_IMPL_MINOR}-v${DISTVERSION:C/-.*//}-src |
