8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
16 lines
462 B
Makefile
16 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/01/04 20:52:42 wiz Exp $
|
|
|
|
DISTNAME= lmdb-1.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lmdb/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/jnwatson/py-lmdb
|
|
COMMENT= Universal Python binding for the LMDB
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../databases/lmdb/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|