view Makefile @ 141:b6053936f8db

The $FreeBSD$ RCS keyword is not longer used in FreeBSD not (not used in Git)
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 03 Oct 2022 11:34:56 +0200
parents 73fb9a687f21
children 69149820fc50
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.mk>