summaryrefslogtreecommitdiff
path: root/misc/ruby-hashie/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ruby-hashie/Makefile')
-rw-r--r--misc/ruby-hashie/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/ruby-hashie/Makefile b/misc/ruby-hashie/Makefile
new file mode 100644
index 00000000000..c2870323d2d
--- /dev/null
+++ b/misc/ruby-hashie/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2013/05/09 15:53:32 mef Exp $
+#
+
+DISTNAME= hashie-1.2.0
+CATEGORIES= misc
+
+MAINTAINER= tsutsui@NetBSD.org
+HOMEPAGE= https://github.com/intridea/hashie
+COMMENT= Small collection of tools that make hashes more powerful
+
+
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"