summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbrook <brook>2012-04-15 13:13:17 +0000
committerbrook <brook>2012-04-15 13:13:17 +0000
commit12d656282b563f20411048b6399bed48e2644821 (patch)
tree5d21602a49a82f29acb7aa27a18448b4727bca5d /math
parentf24075b420857c9e5f0c29ebc036374beda75425 (diff)
downloadpkgsrc-12d656282b563f20411048b6399bed48e2644821.tar.gz
Add a LICENSE and regularize the Makefile format.
Diffstat (limited to 'math')
-rw-r--r--math/R-shapefiles/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/math/R-shapefiles/Makefile b/math/R-shapefiles/Makefile
index bcba148cb3c..063d0d23acb 100644
--- a/math/R-shapefiles/Makefile
+++ b/math/R-shapefiles/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2008/10/13 19:27:42 markd Exp $
+# $NetBSD: Makefile,v 1.5 2012/04/15 13:13:17 brook Exp $
#
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-MAINTAINER= mchittur@cs.nmsu.edu
-HOMEPAGE= ${R_HOMEPAGE_BASE}/shapefiles/
-COMMENT= Functions to read and write ESRI shapefiles
+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
+R_PKGNAME= shapefiles
+R_PKGVER= 0.6
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"