view Makefile @ 160:ea61ffe99c1a

No $FreeBSD$ keyword in Git
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 03 Oct 2022 11:32:50 +0200
parents d9a47ce6213d
children 676a8d63d486
line wrap: on
line source

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

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>