1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/finance/R-cran-quantmod/Makefile
2019-07-01 22:04:53 +00:00

24 lines
546 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= quantmod
DISTVERSION= 0.4-15
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Quantitative Financial Modelling and Trading Framework for R
LICENSE= GPLv3
CRAN_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 \
R-cran-curl>0:ftp/R-cran-curl
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>