1cd277bdce
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
22 lines
550 B
Makefile
22 lines
550 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fGarch
|
|
PORTVERSION= 3010.82
|
|
PORTREVISION= 4
|
|
CATEGORIES= finance
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
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
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|