opnsense-ports/graphics/py-pyqtgraph/Makefile
Franco Fichtner ac663808ff */*: sync with upstream
Taken from: HardenedBSD
2018-06-13 06:06:57 +02:00

21 lines
398 B
Makefile

# $FreeBSD$
PORTNAME= pyqtgraph
DISTVERSION= 0.10.0
CATEGORIES= graphics science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Scientific graphics and GUI library for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>