Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 32:f005c4d19ca4
Allow for different PORTREVISION settings for lang/pypy and lang/pypy3.
For CFFI ports (sqlite3, gdbm) it was possible already.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 06 Oct 2022 11:24:08 +0200 |
| parents | d2d396c79e9f |
| children | 0ba8512ad4c5 |
line wrap: on
line diff
--- a/Makefile Thu Oct 06 11:09:59 2022 +0200 +++ b/Makefile Thu Oct 06 11:24:08 2022 +0200 @@ -1,6 +1,7 @@ # Created by: David Naylor <naylor.b.david@gmail.com> PORTNAME?= pypy +PORTREVISION?= 0 CATEGORIES= lang python MASTER_SITES= https://downloads.python.org/pypy/ DISTNAME?= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src
