# 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>
