freebsd-ports/math/R-cran-KFAS/Makefile

16 lines
322 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= KFAS
2021-06-08 18:20:13 +02:00
PORTVERSION= 1.4.6
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Kalman filter and smoothers for exponential family state space models
2016-02-03 04:07:05 +01:00
LICENSE= GPLv2+
2018-03-15 04:13:04 +01:00
USES= cran:auto-plist,compiles
.include <bsd.port.mk>