view databases/pypy2-gdbm/Makefile @ 200:792fb463576a

FIX: update the package description to contain the correct Python implementation 3.10.16
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 12 Mar 2025 16:44:26 +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>