forked from Lainports/freebsd-ports
14 lines
272 B
Makefile
14 lines
272 B
Makefile
PORTNAME= scatterplot3d
|
|
DISTVERSION= 0.3-42
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= 3D Scatter Plot
|
|
WWW= https://cran.r-project.org/package=scatterplot3d
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|