mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
c2a92a1aea
version 1.1.0 (via revision 464079).
24 lines
487 B
Makefile
24 lines
487 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= AER
|
|
DISTVERSION= 1.2-5
|
|
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.1: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>
|