aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-bitvector/Makefile
blob: 9ca0e5eea1224b6bc044fb6033b3e299c506f048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    py-bitvector
# Date created:     2006-12-27
# Whom:         Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#

PORTNAME=   bitvector
PORTVERSION=    1.3
PORTREVISION=   1
CATEGORIES= math python
MASTER_SITES=   http://cobweb.ecn.purdue.edu/~kak/dist/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   BitVector-${PORTVERSION}

MAINTAINER= lwhsu@FreeBSD.org
COMMENT=    A pure-Python memory-efficient packed representation for bit arrays

USE_PYTHON= yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_PKGNAME=    BitVector

PLIST_FILES=    %%PYTHON_SITELIBDIR%%/BitVector.py \
        %%PYTHON_SITELIBDIR%%/BitVector.pyc \
        %%PYTHON_SITELIBDIR%%/BitVector.pyo

.include <bsd.port.mk>