4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
24 lines
556 B
Makefile
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>
|