1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/math/R-cran-xts/Makefile
TAKATSU Tomonari 01dcbfe260 - Update to 0.10-0
- Fix LICENSE
- Update WWW: line in pkg-descr
2017-07-09 03:33:57 +00:00

21 lines
397 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= xts
DISTVERSION= 0.10-0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Extensible Time Series
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>