Tweak math/geg version 1.0.2_7
[dports.git] / math / py-pybloom / Makefile
1 # Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       pybloom
5 PORTVERSION=    1.1
6 PORTREVISION=   1
7 CATEGORIES=     math python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     lwhsu@FreeBSD.org
12 COMMENT=        Probabilistic data structure
13
14 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}bitarray>0:${PORTSDIR}/devel/py-bitarray
15
16 USE_PYTHON=     yes
17 USE_PYDISTUTILS=        yes
18 PYDISTUTILS_AUTOPLIST=  yes
19
20 .include <bsd.port.mk>