Mercurial > hgrepos > FreeBSD > ports > PyPy
view databases/pypy2-sqlite3/Makefile @ 196:f31ba036478b
>>>>> tag v7.3.15 for changeset 78aac73348d4
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 19 Jan 2024 01:54:17 +0100 |
| parents | 1032e6ad3106 |
| children |
line wrap: on
line source
# 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= fzglas.hg@dom66.de COMMENT= Standard PyPy binding to the SQLite3 library WWW= https://www.pypy.org LIB_DEPENDS= libsqlite3.so:databases/sqlite3 .include "${.CURDIR}/../../lang/pypy2/Makefile.cffi.inc" .include <bsd.port.post.mk>
