summaryrefslogtreecommitdiff
path: root/math/R-cran-tensor/Makefile
blob: 2f95977359b5ec5c3645eea959e7684d70416cdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	tensor
DISTVERSION=	1.5.1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	atanubiswas484@gmail.com
COMMENT=	Tensor product of arrays
WWW=		https://CRAN.R-project.org/package=tensor

LICENSE=	GPLv2+

USES=		cran:auto-plist

.include <bsd.port.mk>