ports/math/py-bitmath/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

24 lines
553 B
Makefile

# $FreeBSD$
PORTNAME= bitmath
PORTVERSION= 1.2.3
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}
DISTFILES= ${PORTNAME}-${PORTVERSION}-4.tar.gz
MAINTAINER= wg@FreeBSD.org
COMMENT= Represent and manipulate file sizes with different prefix notations
LICENSE= MIT
USES= python:2.7
USE_PYTHON= autoplist distutils
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-4
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}progressbar231>0:misc/py-progressbar231@${FLAVOR}
.include <bsd.port.mk>