summaryrefslogtreecommitdiff
path: root/math/R-cran-tensor/Makefile
blob: fac50ab6eae2d4344222b5be352c1d6f3cc7544b (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=	ygy@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>