24 lines
576 B
Makefile
24 lines
576 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= quantmod
|
|
DISTVERSION= 0.4-0
|
|
PORTREVISION= 2
|
|
CATEGORIES= finance
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Quantitative Financial Modelling and Trading Framework for R
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= R-cran-Defaults>0:${PORTSDIR}/devel/R-cran-Defaults \
|
|
R-cran-xts>=0.9.0:${PORTSDIR}/math/R-cran-sp \
|
|
R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo \
|
|
R-cran-TTR>=0.2:${PORTSDIR}/finance/R-cran-TTR
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|