mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
17 lines
330 B
Makefile
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>
|