freebsd-ports/math/R-cran-expm/Makefile
2021-01-16 12:49:03 +00:00

16 lines
297 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
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>