pkgsrc/finance/R-quantmod/Makefile
minskim cb20d97872 finance/R-quantmod: Import version 0.4.12
quantmod specifies, builds, trades, and analyzes quantitative
financial trading strategies.
2018-02-04 23:41:34 +00:00

21 lines
523 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/02/04 23:41:34 minskim Exp $
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.quantmod.com/
COMMENT= Quantitative financial modeling framework
LICENSE= gnu-gpl-v3
DEPENDS+= R-TTR>=0.2:../../finance/R-TTR
DEPENDS+= R-xts>=0.9.0:../../math/R-xts
DEPENDS+= R-zoo-[0-9]*:../../math/R-zoo
R_PKGNAME= quantmod
R_PKGVER= 0.4-12
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"