mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
15 lines
282 B
Makefile
15 lines
282 B
Makefile
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>
|