1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/math/R-cran-spdep/Makefile
TAKATSU Tomonari 3873cbcc24 - Update to 0.5-88
- Update WWW in pkg-descr
2015-12-06 10:01:49 +00:00

23 lines
555 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= spdep
DISTVERSION= 0.5-88
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Spatial dependence: weighting schemes, statistics, and models
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= R-cran-sp>=1.0:${PORTSDIR}/math/R-cran-sp \
R-cran-LearnBayes>0:${PORTSDIR}/math/R-cran-LearnBayes \
R-cran-deldir>0:${PORTSDIR}/math/R-cran-deldir \
R-cran-coda>0:${PORTSDIR}/math/R-cran-coda
USES= cran:auto-plist
.include <bsd.port.mk>