2013-01-04 18:51:39 +01:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
2012-04-18 23:14:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= quantmod
|
2016-12-03 16:20:17 +01:00
|
|
|
DISTVERSION= 0.4-7
|
2012-04-18 23:14:44 +02:00
|
|
|
CATEGORIES= finance
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Quantitative Financial Modelling and Trading Framework for R
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2016-09-03 01:48:23 +02:00
|
|
|
CRAN_DEPENDS= R-cran-xts>=0.9.0:math/R-cran-xts \
|
2016-04-01 16:00:51 +02:00
|
|
|
R-cran-zoo>0:math/R-cran-zoo \
|
|
|
|
R-cran-TTR>=0.2:finance/R-cran-TTR
|
2016-09-03 01:48:23 +02:00
|
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
2012-04-18 23:14:44 +02:00
|
|
|
|
2016-12-03 16:20:17 +01:00
|
|
|
USES= cran:auto-plist,compiles
|
2012-04-18 23:14:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|