summaryrefslogtreecommitdiff
path: root/misc/ruby-hashie/Makefile
diff options
context:
space:
mode:
authormef <mef>2013-05-09 15:53:32 +0000
committermef <mef>2013-05-09 15:53:32 +0000
commit0cb32dda11af2926cc1d8f75fe79f96c837c1a02 (patch)
tree62005581c0b307025478b8913d31b807439d26e7 /misc/ruby-hashie/Makefile
parent7c69ab9ddd5aa4df840bdff9dc647f3dd84b4585 (diff)
downloadpkgsrc-0cb32dda11af2926cc1d8f75fe79f96c837c1a02.tar.gz
PR pkg/47791 orignated by tsutsui@ for tw,
CUI client for twitter written by ruby. This is actually following set. But just making package on net/ruby-tw will pull all these prerequisites. - misc/ruby-args_parser args_parser-0.1.4 Parse ARGV from command line with DSL. - misc/ruby-hashie hashie-1.2.0 Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash). - misc/ruby-parallel parallel-0.6.4 Ruby gem to run any kind of code in parallel processes. - misc/ruby-rainbow rainbow-1.1.4 Rainbow extends ruby String class enabling coloring text on ANSI terminals. - net/ruby-tw tw-0.3.9 Ruby based CUI Twitter client. - net/ruby-twitter twitter-4.6.2 A Ruby interface to the Twitter API. - net/ruby-userstream userstream-1.3.0 UserStream is a simple twitter userstream library.
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"