freebsd-ports/math/R-cran-tensor/Makefile
Guangyuan Yang 8048e64968 math/R-cran-tensor: New port: Tensor product of arrays
Approved by:	lwhsu (mentor, implicit)
2021-05-24 03:49:23 -04:00

15 lines
264 B
Makefile

# 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>