ports/textproc/py-flor/Makefile
Antoine Brodin 33d651ab5f textproc/py-flor: new port
Flor implements a Bloom filter class.
2024-02-14 15:08:54 +00:00

17 lines
330 B
Makefile

PORTNAME= Flor
PORTVERSION= 1.1.3
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Bloom filter implementation
WWW= https://github.com/DCSO/flor
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>