aboutsummaryrefslogblamecommitdiff
path: root/graphics/py-pyqtgraph/Makefile
blob: 761fa246bb1f7352247937e03594ee111a667595 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                         
                      











                                                              
                           
                                   
 


                      
PORTNAME=	pyqtgraph
DISTVERSION=	0.12.3
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:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>