9b4b71be8a
Reported by: portscout
24 lines
433 B
Makefile
24 lines
433 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= uncertainties
|
|
DISTVERSION= 3.1.4
|
|
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
|
|
|
|
PORTSCOUT= ignore:3.1.3
|
|
|
|
.include <bsd.port.mk>
|