mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
21 lines
411 B
Makefile
21 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>
|