opnsense-ports/databases/pypy-sqlite3/Makefile
Franco Fichtner 3693e5f8d6 */*: sync with upstream
Taken from: HardenedBSD
2018-01-04 08:20:04 +01:00

15 lines
333 B
Makefile

# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD$
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>