freebsd-ports/math/py-bitmath/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

27 lines
631 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
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
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>