Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison databases/pypy2-sqlite3/Makefile @ 171:1032e6ad3106
Make make variable "FFI_MODULE_NAME" an overwritable variable with a default value
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Jan 2024 23:33:43 +0100 |
| parents | 26ce40621295 |
| children |
comparison
equal
deleted
inserted
replaced
| 170:f6aac0f4ad1e | 171:1032e6ad3106 |
|---|---|
| 9 COMMENT= Standard PyPy binding to the SQLite3 library | 9 COMMENT= Standard PyPy binding to the SQLite3 library |
| 10 WWW= https://www.pypy.org | 10 WWW= https://www.pypy.org |
| 11 | 11 |
| 12 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 | 12 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 |
| 13 | 13 |
| 14 FFI_MODULE_NAME= _ffi | |
| 15 | |
| 16 .include "${.CURDIR}/../../lang/pypy2/Makefile.cffi.inc" | 14 .include "${.CURDIR}/../../lang/pypy2/Makefile.cffi.inc" |
| 17 .include <bsd.port.post.mk> | 15 .include <bsd.port.post.mk> |
