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

18 lines
348 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= KFAS
2016-07-30 10:15:11 +02:00
PORTVERSION= 1.2.4
PORTREVISION= 1
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+
2016-07-18 14:05:52 +02:00
USES= cran:auto-plist,fortran
.include <bsd.port.mk>