mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
21 lines
441 B
Makefile
21 lines
441 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= quantmod
|
|
DISTVERSION= 0.4-5
|
|
CATEGORIES= finance
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Quantitative Financial Modelling and Trading Framework for R
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= R-cran-xts>=0.9.0:math/R-cran-xts \
|
|
R-cran-zoo>0:math/R-cran-zoo \
|
|
R-cran-TTR>=0.2:finance/R-cran-TTR
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|