1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math/R-cran-spdep/Makefile
TAKATSU Tomonari 9d7f43361e math/R-cran-spdep: Update to 1.3-3
Reported by:	portscout
2024-02-10 01:18:22 +00:00

23 lines
589 B
Makefile

PORTNAME= spdep
DISTVERSION= 1.3-3
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Spatial dependence: weighting schemes, statistics, and models
WWW= https://cran.r-project.org/web/packages/spdep/
LICENSE= GPLv2+
RUN_DEPENDS= R-cran-deldir>0:math/R-cran-deldir \
R-cran-e1071>0:science/R-cran-e1071 \
R-cran-s2>0:graphics/R-cran-s2 \
R-cran-sf>0:math/R-cran-sf \
R-cran-sp>=1.0:math/R-cran-sp \
R-cran-spData>=0.2.6.0:math/R-cran-spData \
R-cran-units>0:math/R-cran-units
USES= cran:auto-plist,compiles
.include <bsd.port.mk>