view Makefile @ 158:d9a47ce6213d origin

ADD: The latest easily available port files for databases/pypy-gdbm
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 29 Sep 2022 18:04:00 +0200
parents
children ea61ffe99c1a
line wrap: on
line source

# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD: head/databases/pypy-gdbm/Makefile 484696 2018-11-11 15:38:50Z danfe $

PORTNAME=	gdbm
PORTREVISION=	1
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"
.include <bsd.port.mk>