4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= RFinanceYJ
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= finance
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Japanese stock market from Yahoo!-finance-Japan
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= R-cran-XML>0:textproc/R-cran-XML \
|
|
R-cran-xts>0:math/R-cran-xts
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|