aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-geokit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/rubygem-geokit/Makefile')
-rw-r--r--graphics/rubygem-geokit/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/rubygem-geokit/Makefile b/graphics/rubygem-geokit/Makefile
new file mode 100644
index 000000000000..e6dda4d8e285
--- /dev/null
+++ b/graphics/rubygem-geokit/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: rubygem-geokit
+# Date created: 11 June, 2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+
+PORTNAME= geokit
+PORTVERSION= 1.4.0
+CATEGORIES= graphics rubygems
+MASTER_SITES= RF
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= A Ruby gem for maps-based apps
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>