Mercurial > hgrepos > FreeBSD > ports > PyPy
diff databases/pypy2-gdbm/Makefile @ 169:4f4bc0bf293a
Move the importet databases/pypy-gdbm to databases/pypy2-gdbm
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Jan 2024 17:24:22 +0100 |
| parents | Makefile@3ee5ec96e732 |
| children | d98592a48dc0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/databases/pypy2-gdbm/Makefile Mon Jan 15 17:24:22 2024 +0100 @@ -0,0 +1,19 @@ +# Created by: David Naylor <dbn@FreeBSD.org> + +PORTNAME= gdbm +CATEGORIES= databases python + +MAINTAINER= python@FreeBSD.org +COMMENT= PyPy bindings to the GNU dbm library + +LICENSE= GPLv2+ + +LIB_DEPENDS= libgdbm.so:databases/gdbm + +CFFI_NAME= ffi + +pypy3_IGNORE= pypy3-gdbm is now always included in pypy3 + +.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" + +.include <bsd.port.post.mk>
