view databases/pypy2-gdbm/Makefile @ 206:7f8d6a19c404

Rename port options regarding translation: they now have all a TRANS_ prefix. This is to remove possible clashes with other PYTHON-related port options and variables.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 14 Mar 2025 01:16:50 +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>