aboutsummaryrefslogtreecommitdiff
path: root/devel/py-xstatic-d3/Makefile
blob: 5275cb65161bc10bbaf09e9170c86a357696d270 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	xstatic-d3
PORTVERSION=	3.5.17.0
PORTREVISION=	2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	XStatic-D3-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	D3 (Data-Driven Documents) (XStatic packaging standard)

LICENSE=	BSD3CLAUSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>