comparison Makefile @ 159:f4819eb41995

MERGE: all files from origin
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 29 Sep 2022 18:04:23 +0200
parents d9a47ce6213d
children ea61ffe99c1a
comparison
equal deleted inserted replaced
157:6072491a21b0 159:f4819eb41995
1 # Created by: David Naylor <dbn@FreeBSD.org>
2 # $FreeBSD: head/databases/pypy-gdbm/Makefile 484696 2018-11-11 15:38:50Z danfe $
3
4 PORTNAME= gdbm
5 PORTREVISION= 1
6 CATEGORIES= databases python
7
8 MAINTAINER= python@FreeBSD.org
9 COMMENT= PyPy bindings to the GNU dbm library
10
11 LICENSE= GPLv2+
12
13 LIB_DEPENDS= libgdbm.so:databases/gdbm
14
15 CFFI_NAME= ffi
16
17 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"
18 .include <bsd.port.mk>