freebsd-ports/math/py-bitmath/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

24 lines
556 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@${PY_FLAVOR}
.include <bsd.port.mk>