e288e58754
PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
20 lines
428 B
Makefile
20 lines
428 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= RFinanceYJ
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= finance
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Japanese stock market from Yahoo!-finance-Japan
|
|
|
|
LICENSE= BSD
|
|
|
|
RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \
|
|
R-cran-xts>0:${PORTSDIR}/math/R-cran-xts
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|