view databases/py-sqlite3/Makefile @ 150:6be02c639524

MERGE: the old lang/pypy-sqlite3 port
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 14 Jan 2024 22:05:48 +0100
parents 4a40aa62f51e
children
line wrap: on
line source

# 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>