09c1c5b80d
- Update to 0.13.1 - Drop maintainership
18 lines
385 B
Makefile
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>
|