mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
19 lines
481 B
Makefile
19 lines
481 B
Makefile
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
|
|
PORTNAME= sspir
|
|
PORTVERSION= 0.2.10
|
|
PORTREVISION= 8
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://cran.r-project.org/src/contrib/Archive/sspir/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= glm-like formula to define dynamic generalized linear models
|
|
|
|
RUN_DEPENDS= R-cran-mvtnorm>=0.9.96_11:math/R-cran-mvtnorm \
|
|
R-cran-KFAS>=0.9.11_3:math/R-cran-KFAS
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|