freebsd-ports/math/R-cran-tensor/Makefile
2023-04-23 09:09:58 +00:00

15 lines
280 B
Makefile

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>