Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 21:27f6cd24b808
More centralized Python version management
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Tue, 04 Oct 2022 16:34:20 +0200 |
| parents | 246c2f328231 |
| children | d2d396c79e9f |
line wrap: on
line diff
--- a/Makefile Tue Oct 04 09:45:03 2022 +0200 +++ b/Makefile Tue Oct 04 16:34:20 2022 +0200 @@ -3,7 +3,7 @@ PORTNAME?= pypy CATEGORIES= lang python MASTER_SITES= https://downloads.python.org/pypy/ -DISTNAME?= ${PORTNAME}2.7-v${DISTVERSION}-src +DISTNAME?= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src MAINTAINER= python@FreeBSD.org COMMENT= Fast, compliant implementation of the Python language
