1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/math/R-cran-expm/Makefile
TAKATSU Tomonari 55cf20a31c - Add new port: math/R-cran-expm
Computation of the matrix exponential, logarithm, sqrt, and related
  quantities.

  WWW: https://cran.r-project.org/web/packages/expm/
2017-05-07 09:03:47 +00:00

17 lines
297 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= expm
DISTVERSION= 0.999-2
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>