mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
33d651ab5f
Flor implements a Bloom filter class.
18 lines
330 B
Makefile
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>
|