mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
- Take maintainership ChangeLog: https://github.com/cran/scatterplot3d/compare/0.3-42...0.3-44
14 lines
274 B
Makefile
14 lines
274 B
Makefile
PORTNAME= scatterplot3d
|
|
DISTVERSION= 0.3-44
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= 3D Scatter Plot
|
|
WWW= https://cran.r-project.org/package=scatterplot3d
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|