Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison bsd.pypy.mk @ 20:246c2f328231
Now include bsd.port.pre.mk automitically from within bsd.pypy.mk
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 04 Oct 2022 09:45:03 +0200 |
| parents | 3e54ae4e5d8b |
| children | 27f6cd24b808 |
comparison
equal
deleted
inserted
replaced
| 19:8730245d6754 | 20:246c2f328231 |
|---|---|
| 1 # Also includes bsd.port.pre.mk | |
| 2 | |
| 1 .if !defined(LICENSE) | 3 .if !defined(LICENSE) |
| 2 LICENSE= MIT PSFL | 4 LICENSE= MIT PSFL |
| 3 LICENSE_COMB= multi | 5 LICENSE_COMB= multi |
| 4 .endif | 6 .endif |
| 5 | 7 |
| 16 DISTVERSION= 7.3.9 | 18 DISTVERSION= 7.3.9 |
| 17 PYPY_CFFI_VER= ${PYTHON_IMPL}8-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} | 19 PYPY_CFFI_VER= ${PYTHON_IMPL}8-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} |
| 18 PYTHON_IMPL_MINOR= ${PYTHON_IMPL}.8 | 20 PYTHON_IMPL_MINOR= ${PYTHON_IMPL}.8 |
| 19 PLIST_SUB+= PYTHON_IMPL_MINOR=${PYTHON_IMPL_MINOR} | 21 PLIST_SUB+= PYTHON_IMPL_MINOR=${PYTHON_IMPL_MINOR} |
| 20 .endif | 22 .endif |
| 23 | |
| 24 .include <bsd.port.pre.mk> |
