1a773ccd88
1.2.3 was python-2 version Approved by: portmgr (blanket; unbreak)
20 lines
414 B
Makefile
20 lines
414 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bitmath
|
|
DISTVERSION= 1.3.3.1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Represent and manipulate file sizes with different prefix notations
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|