1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Created by: David Naylor <dbn@FreeBSD.org> # $FreeBSD$ PORTNAME= gdbm PORTVERSION= ${PYTHON_PORTVERSION} 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>