opnsense-ports/science/py-quantities/Makefile
Franco Fichtner fd2960e190 */*: sync with upstream
Taken from: HardenedBSD
2018-07-05 08:15:34 +02:00

20 lines
373 B
Makefile

# $FreeBSD$
PORTNAME= quantities
DISTVERSION= 0.12.2
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Support for physical quantities with units, based on numpy
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>