mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
e80e131996
synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota
20 lines
379 B
Makefile
20 lines
379 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= KFAS
|
|
PORTVERSION= 0.9.11
|
|
PORTREVISION= 3
|
|
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>
|