mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
a9f015d155
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
24 lines
588 B
Makefile
24 lines
588 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= timeSeries
|
|
DISTVERSION= 3042.102
|
|
PORTREVISION= 2
|
|
CATEGORIES= finance
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
COMMENT= Rmetrics - Financial Time Series Objects
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= R-cran-timeDate>=2150.95:finance/R-cran-timeDate
|
|
TEST_DEPENDS= R-cran-RUnit>0:devel/R-cran-RUnit \
|
|
R-cran-PerformanceAnalytics>0:finance/R-cran-PerformanceAnalytics \
|
|
R-cran-robustbase>0:math/R-cran-robustbase \
|
|
R-cran-xts>0:math/R-cran-xts
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|