Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 154:5e06b49e4471 | 155:26ce40621295 |
|---|---|
| 1 # Created by: David Naylor <dbn@FreeBSD.org> | 1 # Created by: Franz Glasner <fzglas.hg@dom66.de> |
| 2 # based on the port created by: David Naylor <dbn@FreeBSD.org> | |
| 2 | 3 |
| 3 PORTNAME= sqlite3 | 4 PORTNAME= sqlite3 |
| 5 DISTVERSION= ${PYPY_DEFAULT_DISTVERSION} | |
| 4 CATEGORIES= databases python | 6 CATEGORIES= databases python |
| 5 | 7 |
| 6 MAINTAINER= python@FreeBSD.org | 8 MAINTAINER= fzglas.hg@dom66.de |
| 7 COMMENT= Standard PyPy binding to the SQLite3 library | 9 COMMENT= Standard PyPy binding to the SQLite3 library |
| 10 WWW= https://www.pypy.org | |
| 8 | 11 |
| 9 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 | 12 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 |
| 10 | 13 |
| 11 CFFI_NAME= _ffi | 14 FFI_MODULE_NAME= _ffi |
| 12 | 15 |
| 13 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" | 16 .include "${.CURDIR}/../../lang/pypy2/Makefile.cffi.inc" |
| 14 .include <bsd.port.post.mk> | 17 .include <bsd.port.post.mk> |
