opnsense-ports/graphics/py-plotly/Makefile
Franco Fichtner 8c34d21606 */*: bring in previously unknown upstream stuff
Taken from: FreeBSD
2015-04-22 06:26:02 +02:00

19 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>