aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-bitmath/Makefile
blob: 77b8507a6cca12f27c670aaa8d9fca0c7a003b33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=   bitmath
PORTVERSION=    1.2.3
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
USE_PYTHON= autoplist distutils

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}-4

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}progressbar231>0:misc/py-progressbar231

.include <bsd.port.mk>