Mercurial > hgrepos > FreeBSD > ports > PyPy
view bsd.pypy.mk @ 9:118d389d45e0
Also check the import of "ctypes"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 29 Sep 2022 22:54:44 +0200 |
| parents | 5797a1bc38cb |
| children | c269f1e91387 |
line wrap: on
line source
# $FreeBSD: head/lang/pypy/bsd.pypy.mk 541232 2020-07-04 18:11:42Z zeising $ .if !defined(LICENSE) LICENSE= MIT PSFL LICENSE_COMB= multi .endif USES+= compiler:c11 PYTHON_IMPL?= ${PORTNAME} PYPY_DIR= ${PYTHON_IMPL}-${DISTVERSION:C|([0-9])\.([0-9]+).*|\1.\2|} PLIST_SUB+= PYPY_DIR=${PYPY_DIR} PYPY_CFFI_VER=${PYPY_CFFI_VER} .if ${PYTHON_IMPL} == pypy DISTVERSION= 7.3.0 PORTREVISION= 1 PYPY_CFFI_VER= ${PYTHON_IMPL}-73 .else # ${PYTHON_IMPL} == pypy3 DISTVERSION= 7.3.0 PORTREVISION= 1 PYPY_CFFI_VER= ${PYTHON_IMPL}6-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} .endif
