aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-dlmodeler/Makefile
blob: 2d9571fdf6d2f25c8e5efb0684c2163f191a23e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Cyrille Szymanski <cnszym@gmail.com>

PORTNAME=	dlmodeler
DISTVERSION=	1.4-2
PORTREVISION=	3
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	cnszym@gmail.com
COMMENT=	Generalized Dynamic Linear Modeler

LICENSE=	GPLv2 GPLv3 BSD2CLAUSE
LICENSE_COMB=	dual

BUILD_DEPENDS=	R-cran-KFAS>0:math/R-cran-KFAS

USES=	cran:auto-plist

.include <bsd.port.mk>