6ea803842c
PR: 248178 Approved by: jjachuf@gmail.com (maintainer's timeout; 50+ days)
24 lines
554 B
Makefile
24 lines
554 B
Makefile
# Created by: jjachuf@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plotly
|
|
PORTVERSION= 4.10.0
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jjachuf@gmail.com
|
|
COMMENT= Library for collaborative, interactive, publication-quality graphs
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}retrying>0:devel/py-retrying@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|