Mercurial > hgrepos > FreeBSD > ports > PyPy
diff databases/pypy2-sqlite3/Makefile @ 155:26ce40621295
Build of pypy2/sqlite3 done
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Jan 2024 09:12:00 +0100 |
| parents | dcc9136b3305 |
| children | 1032e6ad3106 |
line wrap: on
line diff
--- a/databases/pypy2-sqlite3/Makefile Mon Jan 15 00:06:31 2024 +0100 +++ b/databases/pypy2-sqlite3/Makefile Mon Jan 15 09:12:00 2024 +0100 @@ -1,14 +1,17 @@ -# Created by: David Naylor <dbn@FreeBSD.org> +# Created by: Franz Glasner <fzglas.hg@dom66.de> +# based on the port created by: David Naylor <dbn@FreeBSD.org> PORTNAME= sqlite3 +DISTVERSION= ${PYPY_DEFAULT_DISTVERSION} CATEGORIES= databases python -MAINTAINER= python@FreeBSD.org +MAINTAINER= fzglas.hg@dom66.de COMMENT= Standard PyPy binding to the SQLite3 library +WWW= https://www.pypy.org LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -CFFI_NAME= _ffi +FFI_MODULE_NAME= _ffi -.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" +.include "${.CURDIR}/../../lang/pypy2/Makefile.cffi.inc" .include <bsd.port.post.mk>
