Mercurial > hgrepos > FreeBSD > ports > PyPy
diff databases/pypy2-sqlite3/Makefile @ 152:dcc9136b3305
FIX: Remove bogus subdir py-sqlite3 from pypy2-sqlite3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jan 2024 22:25:24 +0100 |
| parents | databases/pypy2-sqlite3/py-sqlite3/Makefile@e5b3d8c6c5b0 |
| children | 26ce40621295 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/databases/pypy2-sqlite3/Makefile Sun Jan 14 22:25:24 2024 +0100 @@ -0,0 +1,14 @@ +# Created by: David Naylor <dbn@FreeBSD.org> + +PORTNAME= sqlite3 +CATEGORIES= databases python + +MAINTAINER= python@FreeBSD.org +COMMENT= Standard PyPy binding to the SQLite3 library + +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 + +CFFI_NAME= _ffi + +.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" +.include <bsd.port.post.mk>
