ports/math/R-cran-xts/Makefile
Nuno Teixeira 12e944529a math/R-cran-xts: Update to 0.13.2
- Switch WWW url to cran.r packages site
- Take maintainership

ChangeLog: https://cran.r-project.org/web/packages/xts/NEWS
2024-01-28 10:54:10 +00:00

19 lines
388 B
Makefile

PORTNAME= xts
DISTVERSION= 0.13.2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Extensible Time Series
WWW= https://cran.r-project.org/web/packages/xts/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-zoo>=1.7.12:math/R-cran-zoo
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>