freebsd-ports/finance/R-cran-timeSeries/Makefile
David Naylor 8280b4188e finance/R-cran-timeSeries: updated to version 3042.102
- updated comment to align with CRAN package
 - updated license to align with CRAN package
 - order test dependencies lexicographically on origin
 - add new test dependencies:
   - math/R-cran-robustbase
 - changelog not updated

Generated by:	portcran (0.1.6)
2017-12-18 07:16:09 +00:00

22 lines
572 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= timeSeries
DISTVERSION= 3042.102
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Rmetrics - Financial Time Series Objects
LICENSE= GPLv2+
RUN_DEPENDS= R-cran-timeDate>=2150.95:finance/R-cran-timeDate
TEST_DEPENDS= R-cran-RUnit>0:devel/R-cran-RUnit \
R-cran-PerformanceAnalytics>0:finance/R-cran-PerformanceAnalytics \
R-cran-robustbase>0:math/R-cran-robustbase \
R-cran-xts>0:math/R-cran-xts
USES= cran:auto-plist
.include <bsd.port.mk>