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

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

LICENSE=	GPLv2+

USES=		cran:auto-plist

.include <bsd.port.mk>