freebsd-ports/finance/R-cran-AER/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

22 lines
471 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= AER
DISTVERSION= 1.2-4
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>