20 lines
391 B
Makefile
20 lines
391 B
Makefile
# Created by: jjachuf@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plotly
|
|
PORTVERSION= 1.6.12
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jjachuf@gmail.com
|
|
COMMENT= Plotting library for collaborative, interactive, publication-quality graphs
|
|
|
|
LICENSE= MIT
|
|
|
|
# Python3 ready
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|