diff options
Diffstat (limited to 'math/R-gstat/Makefile')
-rw-r--r-- | math/R-gstat/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/math/R-gstat/Makefile b/math/R-gstat/Makefile index 2c0b7b6883c..d3483d81c72 100644 --- a/math/R-gstat/Makefile +++ b/math/R-gstat/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.5 2009/12/11 19:30:46 adam Exp $ +# $NetBSD: Makefile,v 1.6 2012/04/15 17:37:43 brook Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} -MAINTAINER= mchittur@cs.nmsu.edu +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/gstat/ COMMENT= Uni/multivariable geostatistical modelling, prediction and simulation +LICENSE= gnu-gpl-v2 R_PKGNAME= gstat -R_PKGVER= 0.9-65 +R_PKGVER= 1.0-10 -DEPENDS+= R-sp>=0.9.26:../../math/R-sp +DEPENDS+= R-sp>=0.9.98:../../math/R-sp +DEPENDS+= R-spacetime>=0.6.2:../../math/R-spacetime .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |