aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-mpl-interactions/Makefile
blob: bf4888d5b29e19ca0096b547ed07b9710aa974c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=   mpl-interactions
DISTVERSION=    0.17.7
CATEGORIES= graphics python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   mpl_interactions-${DISTVERSION}

MAINTAINER= makc@FreeBSD.org
COMMENT=    Simple interactive Matplotlib plots

LICENSE=    BSD3CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE.txt

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}

USES=       python:3.7+
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>