aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-bitmath/Makefile
blob: 9ab648b42a2688e112718e818b5ffa3065a23f63 (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
24
# $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>