pkgsrc/math/R-sp/Makefile
brook c9b88c6f9c Update to version 0.9-98 of the R sp package. Cleanup of DESCR and
Makefile.

A package that provides classes and methods for spatial data. The
classes document where the spatial location information resides, for
2D or 3D data. Utility functions are provided, e.g. for plotting data
as maps, spatial selection, as well as methods for retrieving
coordinates, for subsetting, print, summary, etc.
2012-04-01 18:05:34 +00:00

15 lines
365 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/04/01 18:05:34 brook Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/sp/
COMMENT= Classes and methods for spatial data
LICENSE= gnu-gpl-v2
R_PKGNAME= sp
R_PKGVER= 0.9-98
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"