Ticket #38404: Portfile

File Portfile, 985 bytes (added by sean@…, 11 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           python 1.0
6
7name                py-pybloom
8version             2.0
9categories          python
10platforms           darwin
11license             Permissive
12python.versions     26 27
13
14if {${subport} != ${name}} {
15    depends_lib     port:py${python.version}-bitarray
16}
17
18homepage            https://github.com/jaybaird/python-bloomfilter
19description         pybloom is a module that includes a Bloom Filter data structure \
20                    along with an implmentation of Scalable Bloom Filters.
21long_description    pybloom is a module that includes a Bloom Filter data structure \
22                    along with an implmentation of Scalable Bloom Filters.
23maintainers         node99.org:sean openmaintainer
24
25fetch.type          git
26git.url             https://github.com/jaybaird/python-bloomfilter.git