1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/finance/R-cran-vars/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

24 lines
512 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= vars
DISTVERSION= 1.5-2
PORTREVISION= 5
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= VAR Modelling
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-strucchange>0:finance/R-cran-strucchange \
R-cran-urca>=1.1.6:finance/R-cran-urca \
R-cran-lmtest>=0.9.26:finance/R-cran-lmtest \
R-cran-sandwich>=2.2.4:math/R-cran-sandwich
USES= cran:auto-plist
.include <bsd.port.mk>