Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison databases/pypy3-sqlite3/Makefile @ 156:4faa067df432
Build databases/pypy3-sqlite3 for pypy39 and pypy310
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Jan 2024 09:55:12 +0100 |
| parents | databases/pypy2-sqlite3/Makefile@26ce40621295 |
| children | 1032e6ad3106 |
comparison
equal
deleted
inserted
replaced
| 155:26ce40621295 | 156:4faa067df432 |
|---|---|
| 1 # Created by: Franz Glasner <fzglas.hg@dom66.de> | |
| 2 # based on the port created by: David Naylor <dbn@FreeBSD.org> | |
| 3 | |
| 4 PORTNAME= sqlite3 | |
| 5 DISTVERSION= ${PYPY_DEFAULT_DISTVERSION} | |
| 6 CATEGORIES= databases python | |
| 7 | |
| 8 MAINTAINER= fzglas.hg@dom66.de | |
| 9 COMMENT= Standard PyPy binding to the SQLite3 library | |
| 10 WWW= https://www.pypy.org | |
| 11 | |
| 12 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 | |
| 13 | |
| 14 FFI_MODULE_NAME= _ffi | |
| 15 | |
| 16 .include "${.CURDIR}/../../lang/pypy3/Makefile.cffi.inc" | |
| 17 .include <bsd.port.post.mk> |
