1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/finance/R-cran-AER/Makefile
2021-04-06 16:31:07 +02:00

23 lines
476 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
PORTNAME= AER
DISTVERSION= 1.2-9
PORTREVISION= 1
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Applied Econometrics with R
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-car>=2.0.19:math/R-cran-car \
R-cran-lmtest>=0:finance/R-cran-lmtest \
R-cran-Formula>=0.2.0:math/R-cran-Formula \
R-cran-zoo>=0:math/R-cran-zoo
USES= cran:auto-plist
.include <bsd.port.mk>