summaryrefslogtreecommitdiff
path: root/math/R-cran-plot3D/Makefile
blob: 1b5edfa2b941b79f9ce60d5bc0582cec60bdd999 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	plot3D
PORTVERSION=	1.4.2
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>