forked from Lainports/opnsense-ports
17 lines
332 B
Makefile
17 lines
332 B
Makefile
# Created by: David Naylor <dbn@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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"
|
|
.include <bsd.port.mk>
|