Mercurial > hgrepos > FreeBSD > ports > PyPy
diff databases/pypy2-gdbm/Makefile @ 172:d98592a48dc0
Build of databases/pypy2-gdbm done
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Jan 2024 23:40:39 +0100 |
| parents | 4f4bc0bf293a |
| children |
line wrap: on
line diff
--- a/databases/pypy2-gdbm/Makefile Mon Jan 15 23:33:43 2024 +0100 +++ b/databases/pypy2-gdbm/Makefile Mon Jan 15 23:40:39 2024 +0100 @@ -1,19 +1,19 @@ -# Created by: David Naylor <dbn@FreeBSD.org> +# Created by: Franz Glasner <fzglas.hg@dom66.de> +# based on the port created by: David Naylor <dbn@FreeBSD.org> PORTNAME= gdbm +DISTVERSION= ${PYPY_DEFAULT_DISTVERSION} CATEGORIES= databases python -MAINTAINER= python@FreeBSD.org +MAINTAINER= fzglas.hg@dom66.de COMMENT= PyPy bindings to the GNU dbm library +WWW= https://www.pypy.org LICENSE= GPLv2+ LIB_DEPENDS= libgdbm.so:databases/gdbm -CFFI_NAME= ffi - -pypy3_IGNORE= pypy3-gdbm is now always included in pypy3 +FFI_MODULE_NAME= ffi -.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" - +.include "${.CURDIR}/../../lang/pypy2/Makefile.cffi.inc" .include <bsd.port.post.mk>
