aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-maps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-maps/Makefile')
-rw-r--r--math/R-cran-maps/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/R-cran-maps/Makefile b/math/R-cran-maps/Makefile
new file mode 100644
index 000000000000..296894cdc8da
--- /dev/null
+++ b/math/R-cran-maps/Makefile
@@ -0,0 +1,18 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+
+PORTNAME= maps
+DISTVERSION= 3.3.0
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= ygy@FreeBSD.org
+COMMENT= Draw Geographical Maps
+
+LICENSE= GPLv2
+
+TEST_DEPENDS= R-cran-maptools>0:astro/R-cran-maptools \
+ R-cran-sp>0:math/R-cran-sp
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>