Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 168:c4b59a7a7614 | 169:4f4bc0bf293a |
|---|---|
| 1 # Created by: David Naylor <dbn@FreeBSD.org> | |
| 2 | |
| 3 PORTNAME= gdbm | |
| 4 CATEGORIES= databases python | |
| 5 | |
| 6 MAINTAINER= python@FreeBSD.org | |
| 7 COMMENT= PyPy bindings to the GNU dbm library | |
| 8 | |
| 9 LICENSE= GPLv2+ | |
| 10 | |
| 11 LIB_DEPENDS= libgdbm.so:databases/gdbm | |
| 12 | |
| 13 CFFI_NAME= ffi | |
| 14 | |
| 15 pypy3_IGNORE= pypy3-gdbm is now always included in pypy3 | |
| 16 | |
| 17 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" | |
| 18 | |
| 19 .include <bsd.port.post.mk> |
