Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 138:1d90905a98ca | 140:2684131a2f17 |
|---|---|
| 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> |
