Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 171:1032e6ad3106 | 172:d98592a48dc0 |
|---|---|
| 1 # Created by: David Naylor <dbn@FreeBSD.org> | 1 # Created by: Franz Glasner <fzglas.hg@dom66.de> |
| 2 # based on the port created by: David Naylor <dbn@FreeBSD.org> | |
| 2 | 3 |
| 3 PORTNAME= gdbm | 4 PORTNAME= gdbm |
| 5 DISTVERSION= ${PYPY_DEFAULT_DISTVERSION} | |
| 4 CATEGORIES= databases python | 6 CATEGORIES= databases python |
| 5 | 7 |
| 6 MAINTAINER= python@FreeBSD.org | 8 MAINTAINER= fzglas.hg@dom66.de |
| 7 COMMENT= PyPy bindings to the GNU dbm library | 9 COMMENT= PyPy bindings to the GNU dbm library |
| 10 WWW= https://www.pypy.org | |
| 8 | 11 |
| 9 LICENSE= GPLv2+ | 12 LICENSE= GPLv2+ |
| 10 | 13 |
| 11 LIB_DEPENDS= libgdbm.so:databases/gdbm | 14 LIB_DEPENDS= libgdbm.so:databases/gdbm |
| 12 | 15 |
| 13 CFFI_NAME= ffi | 16 FFI_MODULE_NAME= ffi |
| 14 | 17 |
| 15 pypy3_IGNORE= pypy3-gdbm is now always included in pypy3 | 18 .include "${.CURDIR}/../../lang/pypy2/Makefile.cffi.inc" |
| 16 | |
| 17 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" | |
| 18 | |
| 19 .include <bsd.port.post.mk> | 19 .include <bsd.port.post.mk> |
