ports/math/py-uncertainties/Makefile
Yuri Victorovich 669b2d5c67 math/py-uncertainties: Update 3.1.1 -> 3.1.2
Reported by:	portscout
2019-08-09 06:35:34 +00:00

21 lines
408 B
Makefile

# $FreeBSD$
PORTNAME= uncertainties
DISTVERSION= 3.1.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Calculations with uncertainties on the quantities involved
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>