summaryrefslogtreecommitdiff
path: root/devel/rubygem-platform/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-platform/Makefile')
-rw-r--r--devel/rubygem-platform/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/rubygem-platform/Makefile b/devel/rubygem-platform/Makefile
new file mode 100644
index 000000000000..4e362fb6c982
--- /dev/null
+++ b/devel/rubygem-platform/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: rubygem-Platform
+# Date created: 2008-04-13
+# Whom: IWATSUKI Hiroyuki <don@na.rim.or.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= platform
+PORTVERSION= 0.4.0
+CATEGORIES= devel rubygems
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= platform
+DISTNAME= Platform-${PORTVERSION}
+
+MAINTAINER= don@na.rim.or.jp
+COMMENT= Hopefully robust platform sensing
+
+GEM_NAME= ${DISTNAME}
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+
+.include <bsd.port.mk>