freebsd-ports/math/R-cran-spdep/Makefile
TAKATSU Tomonari 38c185db0c - Update to 0.5-92
- Fix LICENSE
2016-01-26 01:28:19 +00:00

21 lines
531 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= spdep
DISTVERSION= 0.5-92
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Spatial dependence: weighting schemes, statistics, and models
LICENSE= GPLv2+
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>