mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
19 lines
386 B
Makefile
19 lines
386 B
Makefile
PORTNAME= dlmodeler
|
|
DISTVERSION= 1.4-2
|
|
PORTREVISION= 4
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= cnszym@gmail.com
|
|
COMMENT= Generalized Dynamic Linear Modeler
|
|
WWW= https://www.rdocumentation.org/packages/dlmodeler/
|
|
|
|
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>
|