c2c0465497
PR: 224388 Submitted by: jjachuf@gmail.com (maintainer)
24 lines
644 B
Makefile
24 lines
644 B
Makefile
# Created by: jjachuf@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plotly
|
|
PORTVERSION= 2.2.3
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jjachuf@gmail.com
|
|
COMMENT= Plotting library for collaborative, interactive, publication-quality graphs
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|