comparison Makefile @ 139:73fb9a687f21 origin

ADD: the latest easily available ports files for databases/sqlite3
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 29 Sep 2022 18:07:51 +0200
parents
children b6053936f8db
comparison
equal deleted inserted replaced
-1:000000000000 139:73fb9a687f21
1 # Created by: David Naylor <dbn@FreeBSD.org>
2 # $FreeBSD: head/databases/pypy-sqlite3/Makefile 457998 2018-01-03 18:42:15Z dbn $
3
4 PORTNAME= sqlite3
5 CATEGORIES= databases python
6
7 MAINTAINER= python@FreeBSD.org
8 COMMENT= Standard PyPy binding to the SQLite3 library
9
10 LIB_DEPENDS= libsqlite3.so:databases/sqlite3
11
12 CFFI_NAME= _ffi
13
14 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"
15 .include <bsd.port.mk>