freebsd-ports/math/py-bitvector/Makefile
Rong-En Fan b758620cc4 - Distfile was rerolled to fix a minor bug reported by Kurt Schwehr
The author explained in detail to me via mail.

Noticed by:	pointyhat via kris
Approved by:	Li-Wen Hsu <lwhsu at lwhsu.org> (maintainer, implicit)
2007-01-11 05:22:33 +00:00

26 lines
636 B
Makefile

# 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@lwhsu.org
COMMENT= A pure-Python memory-efficient packed representation for bit arrays
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/BitVector.py \
%%PYTHON_SITELIBDIR%%/BitVector.pyc \
%%PYTHON_SITELIBDIR%%/BitVector.pyo
.include <bsd.port.mk>