Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 140:2684131a2f17
MERGE: all original files from branch "origin"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 29 Sep 2022 18:08:19 +0200 |
| parents | 73fb9a687f21 |
| children | b6053936f8db |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Thu Sep 29 18:08:19 2022 +0200 @@ -0,0 +1,15 @@ +# Created by: David Naylor <dbn@FreeBSD.org> +# $FreeBSD: head/databases/pypy-sqlite3/Makefile 457998 2018-01-03 18:42:15Z dbn $ + +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>
