mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
e80e131996
synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota
21 lines
365 B
Makefile
21 lines
365 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xts
|
|
DISTVERSION= 0.9-3
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Extensible Time Series
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= R-cran-zoo>=1.7.2:${PORTSDIR}/math/R-cran-zoo
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|