mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
20 lines
446 B
Makefile
20 lines
446 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
|
|
PORTNAME= tseries
|
|
DISTVERSION= 0.10-50
|
|
CATEGORIES= finance
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ygy@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>
|