mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
|
|
PORTNAME= gdbm
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases python
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= PyPy bindings to the GNU dbm library
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
DEPRECATED= Uses EOL Python 2.7 via lang/pypy
|
|
EXPIRATION_DATE=2021-06-23
|
|
|
|
LIB_DEPENDS= libgdbm.so:databases/gdbm
|
|
|
|
CFFI_NAME= ffi
|
|
|
|
.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"
|
|
.include <bsd.port.mk>
|