Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 31:3092aa646093 | 32:f005c4d19ca4 |
|---|---|
| 1 # Created by: David Naylor <naylor.b.david@gmail.com> | 1 # Created by: David Naylor <naylor.b.david@gmail.com> |
| 2 | 2 |
| 3 PORTNAME?= pypy | 3 PORTNAME?= pypy |
| 4 PORTREVISION?= 0 | |
| 4 CATEGORIES= lang python | 5 CATEGORIES= lang python |
| 5 MASTER_SITES= https://downloads.python.org/pypy/ | 6 MASTER_SITES= https://downloads.python.org/pypy/ |
| 6 DISTNAME?= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src | 7 DISTNAME?= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src |
| 7 | 8 |
| 8 MAINTAINER= python@FreeBSD.org | 9 MAINTAINER= python@FreeBSD.org |
