1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/math/R-cran-spdep/Makefile
Joseph Mingrone a0a98863ca math/R: Update to version 4.0.0
Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000653.html

Also bump PORTREVISION of ports that depend on math/R.

Submitted by:	wen (in part)
Reviewed by:	jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry
Differential Revision:	https://reviews.freebsd.org/D24572
2020-05-05 16:07:53 +00:00

29 lines
722 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= spdep
DISTVERSION= 1.1-3
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Spatial dependence: weighting schemes, statistics, and models
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-sp>=1.0:math/R-cran-sp \
R-cran-spData>=0.2.6.0:math/R-cran-spData \
R-cran-sf>0:math/R-cran-sf \
R-cran-deldir>0:math/R-cran-deldir \
R-cran-LearnBayes>0:math/R-cran-LearnBayes \
R-cran-coda>0:math/R-cran-coda \
R-cran-expm>0:math/R-cran-expm \
R-cran-gmodels>0:devel/R-cran-gmodels
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>