Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison databases/py-sqlite3/Makefile @ 149:4a40aa62f51e
Move the importet old databases/pypy-sqlite3 into the intermediate dest folder
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jan 2024 22:05:18 +0100 |
| parents | Makefile@69149820fc50 |
| children |
comparison
equal
deleted
inserted
replaced
| 148:68047641e4e4 | 149:4a40aa62f51e |
|---|---|
| 1 # Created by: David Naylor <dbn@FreeBSD.org> | |
| 2 | |
| 3 PORTNAME= sqlite3 | |
| 4 CATEGORIES= databases python | |
| 5 | |
| 6 MAINTAINER= python@FreeBSD.org | |
| 7 COMMENT= Standard PyPy binding to the SQLite3 library | |
| 8 | |
| 9 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 | |
| 10 | |
| 11 CFFI_NAME= _ffi | |
| 12 | |
| 13 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" | |
| 14 .include <bsd.port.post.mk> |
