8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
19 lines
584 B
Makefile
19 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.17 2022/01/04 20:52:45 wiz Exp $
|
|
|
|
VERSION= 0.5
|
|
DISTNAME= tokyocabinet-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-tokyocabinet-${VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://python-tokyocabinet.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/tokyocabinet/
|
|
COMMENT= Python wrapper to tokyocabinet database
|
|
LICENSE= mit
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.5
|
|
|
|
.include "../../databases/tokyocabinet/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|