2013-09-20 20:55:04 +00:00
|
|
|
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
2011-02-20 10:04:42 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pybloom
|
2011-03-14 10:06:11 +00:00
|
|
|
PORTVERSION= 1.1
|
2014-02-15 10:34:41 +00:00
|
|
|
PORTREVISION= 1
|
2011-02-20 10:04:42 +00:00
|
|
|
CATEGORIES= math python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
|
|
COMMENT= A Probabilistic data structure
|
|
|
|
|
2011-02-20 10:06:47 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bitarray>0:${PORTSDIR}/devel/py-bitarray
|
2011-02-20 10:04:42 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2014-02-15 10:34:41 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2011-02-20 10:04:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|