aboutsummaryrefslogtreecommitdiff
path: root/finance/R-cran-ccgarch/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2012-02-10 19:44:14 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2012-02-10 19:44:14 +0000
commit54cceb0cea951c94c5c68a320cb650c3c5b4b436 (patch)
tree363f969add7ad435ff7ac2172614eb2b0575d0f9 /finance/R-cran-ccgarch/Makefile
parentb1ffce3f4beb0f460e11ae8e4a1711be8ae0cbfe (diff)
downloadports-54cceb0cea951c94c5c68a320cb650c3c5b4b436.tar.gz
ports-54cceb0cea951c94c5c68a320cb650c3c5b4b436.zip
Notes
Diffstat (limited to 'finance/R-cran-ccgarch/Makefile')
-rw-r--r--finance/R-cran-ccgarch/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/finance/R-cran-ccgarch/Makefile b/finance/R-cran-ccgarch/Makefile
new file mode 100644
index 000000000000..2c1c52a3f7bc
--- /dev/null
+++ b/finance/R-cran-ccgarch/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: R-cran-ccgarch
+# Date created: 2011-09-23
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ccgarch
+PORTVERSION= 0.2.0
+CATEGORIES= finance
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Conditional Correlation GARCH models
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>