diff options
Diffstat (limited to 'dev-ruby/httparty/httparty-0.4.3.ebuild')
-rw-r--r-- | dev-ruby/httparty/httparty-0.4.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/httparty/httparty-0.4.3.ebuild b/dev-ruby/httparty/httparty-0.4.3.ebuild new file mode 100644 index 000000000000..17ca649735d2 --- /dev/null +++ b/dev-ruby/httparty/httparty-0.4.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.4.3.ebuild,v 1.1 2009/05/16 09:48:19 graaff Exp $ + +inherit gems + +DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy." +HOMEPAGE="http://httparty.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +USE_RUBY="ruby18" + +DEPEND=">=dev-ruby/rubygems-1.3.0 + >=dev-ruby/crack-0.1.1" |