view databases/pypy2-gdbm/Makefile @ 169:4f4bc0bf293a

Move the importet databases/pypy-gdbm to databases/pypy2-gdbm
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Jan 2024 17:24:22 +0100
parents Makefile@3ee5ec96e732
children d98592a48dc0
line wrap: on
line source

# Created by: David Naylor <dbn@FreeBSD.org>

PORTNAME=	gdbm
CATEGORIES=	databases python

MAINTAINER=	python@FreeBSD.org
COMMENT=	PyPy bindings to the GNU dbm library

LICENSE=	GPLv2+

LIB_DEPENDS=	libgdbm.so:databases/gdbm

CFFI_NAME=	ffi

pypy3_IGNORE=		pypy3-gdbm is now always included in pypy3

.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"

.include <bsd.port.post.mk>