freebsd-ports/math/py-bitmath/Makefile
Yuri Victorovich 1a773ccd88 math/py-bitmath: Unbreak with python-3 by upgrading to 1.3.3.1
1.2.3 was python-2 version

Approved by:	portmgr (blanket; unbreak)
2020-08-14 05:48:57 +00:00

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>