summaryrefslogtreecommitdiff
path: root/math/R-shapefiles/Makefile
blob: 063d0d23acb7c8c8e4b324c07092736db140ed48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.5 2012/04/15 13:13:17 brook Exp $
#

CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	${R_HOMEPAGE_BASE}/shapefiles/
COMMENT=	Functions to read and write ESRI shapefiles
LICENSE=	gnu-gpl-v2

R_PKGNAME=	shapefiles
R_PKGVER=	0.6

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"