diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-12-25 19:41:23 +0800 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-12-25 19:41:23 +0800 |
commit | 4728f9e4ea240e29541d83015e9c588bb49df5e4 (patch) | |
tree | ddadde59012456955ff2ee0c29e4d2a39f8219fb /finance/R-cran-fGarch/Makefile | |
parent | d77203a8b4602b4c30483a02f7a02fecf41e6fec (diff) | |
download | freebsd-ports-gnome-4728f9e4ea240e29541d83015e9c588bb49df5e4.tar.gz freebsd-ports-gnome-4728f9e4ea240e29541d83015e9c588bb49df5e4.tar.zst freebsd-ports-gnome-4728f9e4ea240e29541d83015e9c588bb49df5e4.zip |
- Add a new port: finance/R-cran-fGarch
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>
Diffstat (limited to 'finance/R-cran-fGarch/Makefile')
-rw-r--r-- | finance/R-cran-fGarch/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/finance/R-cran-fGarch/Makefile b/finance/R-cran-fGarch/Makefile new file mode 100644 index 000000000000..f43129075920 --- /dev/null +++ b/finance/R-cran-fGarch/Makefile @@ -0,0 +1,22 @@ +# 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> |