1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/finance/R-cran-quantmod/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
441 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= quantmod
DISTVERSION= 0.4-5
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Quantitative Financial Modelling and Trading Framework for R
LICENSE= GPLv3
RUN_DEPENDS= R-cran-xts>=0.9.0:math/R-cran-xts \
R-cran-zoo>0:math/R-cran-zoo \
R-cran-TTR>=0.2:finance/R-cran-TTR
USES= cran:auto-plist
.include <bsd.port.mk>