view Makefile @ 161:676a8d63d486

FIX: Do not build the "pypy3" flavor any more because it now always included in PyPy3
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 03 Oct 2022 11:39:56 +0200
parents ea61ffe99c1a
children 3ee5ec96e732
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

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

pypy3_IGNORE=		pypy3-gdbm is now always included in pypy3

.include <bsd.port.mk>