summaryrefslogtreecommitdiff
path: root/math/R-cran-tensor/Makefile
blob: 96ebd8f1d181ec053ad23084a32a13a08a278c36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Guangyuan Yang <ygy@FreeBSD.org>

PORTNAME=	tensor
DISTVERSION=	1.5
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ygy@FreeBSD.org
COMMENT=	Tensor product of arrays

LICENSE=	GPLv2+

USES=		cran:auto-plist

.include <bsd.port.mk>