view Makefile @ 145:311c242cd62f

===== Added signature for changeset 99c3d8e9e90a
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 Oct 2022 09:40:15 +0200
parents 69149820fc50
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>