freebsd-ports/math/R-cran-expm/Makefile
2021-04-06 16:31:07 +02:00

15 lines
285 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= expm
DISTVERSION= 0.999-6
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Matrix Exponential, Log, 'etc'
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>