freebsd-ports/math/R-cran-xts/Makefile
TAKATSU Tomonari 09c1c5b80d math/R-cran-xts: Update to 0.13.1
- Update to 0.13.1
- Drop maintainership
2023-05-03 08:14:57 +00:00

18 lines
385 B
Makefile

PORTNAME= xts
DISTVERSION= 0.13.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Extensible Time Series
WWW= https://r-forge.r-project.org/projects/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>