2012-11-07 15:57:33 +01:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
2011-08-30 23:18:51 +02:00
|
|
|
|
|
|
|
PORTNAME= xts
|
2020-09-10 12:09:56 +02:00
|
|
|
DISTVERSION= 0.12.1
|
2011-08-30 23:18:51 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Extensible Time Series
|
|
|
|
|
2017-07-09 05:33:57 +02:00
|
|
|
LICENSE= GPLv2+
|
2011-08-30 23:18:51 +02:00
|
|
|
|
2017-07-09 05:33:57 +02:00
|
|
|
CRAN_DEPENDS= R-cran-zoo>=1.7.12:math/R-cran-zoo
|
|
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
2011-08-30 23:18:51 +02:00
|
|
|
|
2017-06-18 20:09:16 +02:00
|
|
|
USES= cran:auto-plist,compiles
|
2011-08-30 23:18:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|