freebsd-ports/math/R-cran-expm/Makefile
2023-05-11 04:36:49 +00:00

14 lines
286 B
Makefile

PORTNAME= expm
DISTVERSION= 0.999-7
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Matrix Exponential, Log, 'etc'
WWW= https://cran.r-project.org/web/packages/expm/
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>