freebsd-ports/finance/R-cran-tseries/Makefile
David Naylor ca9b3908e1 finance/R-cran-tseries: updated to version 0.10-40
- changelog:
   - man/plotOHLC.Rd: http://quote.yahoo.com now redirects to https.

Generated by:	portcran (0.1.5)
2017-05-08 19:18:41 +00:00

19 lines
407 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= tseries
DISTVERSION= 0.10-40
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Time Series Analysis and Computational Finance
LICENSE= GPLv2
RUN_DEPENDS= 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>