ports/devel/py-binary_file_search/Makefile
Juraj Lutter 67b605b294 devel/py-binary_file_search: Add port
Add a port for BinaryFileSearch. It is a binary search algorithm for big
sorted files that cannot be read into RAM.

Also connect it to build.
2024-04-29 11:30:34 +02:00

21 lines
562 B
Makefile

PORTNAME= binary_file_search
DISTVERSION= 0.8
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= otis@FreeBSD.org
COMMENT= Binary search algorithm for big sorted files that cannot be read into RAM
WWW= https://github.com/MrTomRod/BinaryFileSearch
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.42.0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>