summaryrefslogtreecommitdiff
path: root/math/R-cran-expm/Makefile
blob: c444f373168765177c88a04aa82df3c63f9399a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	expm
DISTVERSION=	1.0-0
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>