ports/math/R-cran-plot3D/Makefile
2024-02-07 22:28:26 +01:00

16 lines
326 B
Makefile

PORTNAME= plot3D
PORTVERSION= 1.4.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Plotting Multi-Dimensional Data
WWW= https://cran.r-project.org/package=plot3D
LICENSE= GPLv3+
RUN_DEPENDS= R-cran-misc3d>0:math/R-cran-misc3d
USES= cran:auto-plist
.include <bsd.port.mk>