1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-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

18 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>