1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/finance/R-cran-TTR/Makefile
2023-04-23 09:09:58 +00:00

22 lines
472 B
Makefile

PORTNAME= TTR
DISTVERSION= 0.24.3
PORTREVISION= 1
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Technical Trading Rules
WWW= https://cran.r-project.org/web/packages/TTR/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-xts>=0.10.0:math/R-cran-xts \
R-cran-zoo>0:math/R-cran-zoo \
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>