view databases/pypy2-gdbm/Makefile @ 202:db41475a56f3

Remove support for Python implementation 3.9 because upstream PyPy also has ended support for it
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 12 Mar 2025 17:05:39 +0100
parents d98592a48dc0
children
line wrap: on
line source

# Created by: Franz Glasner <fzglas.hg@dom66.de>
# based on the port created by: David Naylor <dbn@FreeBSD.org>

PORTNAME=	gdbm
DISTVERSION=	${PYPY_DEFAULT_DISTVERSION}
CATEGORIES=	databases python

MAINTAINER=	fzglas.hg@dom66.de
COMMENT=	PyPy bindings to the GNU dbm library
WWW=		https://www.pypy.org

LICENSE=	GPLv2+

LIB_DEPENDS=	libgdbm.so:databases/gdbm

FFI_MODULE_NAME=	ffi

.include "${.CURDIR}/../../lang/pypy2/Makefile.cffi.inc"
.include <bsd.port.post.mk>