bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
15 lines
439 B
Makefile
15 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:51 wiz Exp $
|
|
|
|
DISTNAME= acora-2.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/acora/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/scoder/acora
|
|
COMMENT= Fast multi-keyword search engine for text strings in Python
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|