mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
17 lines
368 B
Makefile
17 lines
368 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqlite3
|
|
PORTVERSION= ${PYTHON_PORTVERSION}
|
|
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>
|