freebsd-ports/finance/R-cran-tseries/Makefile
Tobias Kortkamp 560100738a math/R-cran-tseries: Update to 0.10-47
This unbreaks the build with GCC 10.

PR:		246700
2020-06-28 05:44:56 +00:00

20 lines
460 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= tseries
DISTVERSION= 0.10-47
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Time Series Analysis and Computational Finance
LICENSE= GPLv2
RUN_DEPENDS= R-cran-quantmod>=0.4.9:finance/R-cran-quantmod \
R-cran-quadprog>0:math/R-cran-quadprog \
R-cran-zoo>0:math/R-cran-zoo
USES= cran:auto-plist,compiles
.include <bsd.port.mk>