freebsd-ports/math/R-cran-spdep/Makefile

26 lines
637 B
Makefile
Raw Normal View History

2012-11-18 18:09:17 +01:00
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= spdep
2016-10-09 00:34:35 +02:00
DISTVERSION= 0.6-8
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Spatial dependence: weighting schemes, statistics, and models
2016-01-26 02:28:19 +01:00
LICENSE= GPLv2+
2016-10-09 00:34:35 +02:00
CRAN_DEPENDS= R-cran-sp>=1.0:math/R-cran-sp \
R-cran-LearnBayes>0:math/R-cran-LearnBayes \
R-cran-deldir>0:math/R-cran-deldir \
2016-04-14 23:46:16 +02:00
R-cran-coda>0:math/R-cran-coda \
R-cran-gmodels>0:devel/R-cran-gmodels
2016-10-09 00:34:35 +02:00
LIB_DEPENDS= libopenblasp.so:math/openblas
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>