5a86b66bd1
PR: 208699 Submitted by: jjachuf@gmail.com (maintainer)
23 lines
545 B
Makefile
23 lines
545 B
Makefile
# Created by: jjachuf@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plotly
|
|
PORTVERSION= 1.9.7
|
|
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 \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|