mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
812492188a
Reported by: portscout
15 lines
286 B
Makefile
15 lines
286 B
Makefile
PORTNAME= expm
|
|
DISTVERSION= 0.999-9
|
|
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>
|