changeset 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 f4819eb41995
files Makefile pkg-descr
diffstat 2 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Thu Sep 29 18:04:00 2022 +0200
@@ -0,0 +1,18 @@
+# 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>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pkg-descr	Thu Sep 29 18:04:00 2022 +0200
@@ -0,0 +1,1 @@
+PyPy bindings to the GNU dbm library.