aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-mpl-interactions/Makefile
blob: 4048bec1c03dac5485f9f25a577949c1afaae55f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	mpl-interactions
DISTVERSION=	0.17.6
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.6+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>