4728f9e4ea
Package of econometric functions for modelling GARCH processes. WWW: http://cran.r-project.org/web/packages/fGarch/ PR: ports/172298 (based on) Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
22 lines
557 B
Makefile
22 lines
557 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fGarch
|
|
PORTVERSION= 2150.81
|
|
CATEGORIES= finance
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= naylor.b.david@gmail.com
|
|
COMMENT= Autoregressive Conditional Heteroskedastic Modelling
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \
|
|
R-cran-timeSeries>0:${PORTSDIR}/finance/R-cran-timeSeries \
|
|
R-cran-fBasics>=2100.78:${PORTSDIR}/finance/R-cran-fBasics
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|