2012-02-11 15:59:28 +01:00
|
|
|
# New ports collection makefile for: R-cran-KFAS
|
|
|
|
# Date created: 2012-01-04
|
|
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= KFAS
|
2012-07-10 14:40:50 +02:00
|
|
|
PORTVERSION= 0.9.11
|
2012-02-11 15:59:28 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Kalman filter and smoothers for exponential family state space models
|
|
|
|
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
USE_R_MOD= yes
|
|
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|