4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
16 lines
350 B
Makefile
16 lines
350 B
Makefile
# 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
|
|
|
|
LIB_DEPENDS= libgdbm.so:databases/gdbm
|
|
|
|
CFFI_NAME= ffi
|
|
|
|
.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"
|
|
.include <bsd.port.mk>
|