Tweak math/geg version 1.0.2_7
[dports.git] / math / R-cran-xts / Makefile
1 # Created by: TAKATSU Tomonari <tota@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       xts
5 DISTVERSION=    0.9-7
6 PORTREVISION=   4
7 CATEGORIES=     math
8 DISTNAME=       ${PORTNAME}_${DISTVERSION}
9
10 MAINTAINER=     tota@FreeBSD.org
11 COMMENT=        Extensible Time Series
12
13 LICENSE=        GPLv2 GPLv3
14 LICENSE_COMB=   dual
15
16 RUN_DEPENDS=    R-cran-zoo>=1.7.10:${PORTSDIR}/math/R-cran-zoo
17
18 USES=   cran:auto-plist
19
20 .include <bsd.port.mk>