pkgsrc/security/ruby-oauth/Makefile
obache edaf39b717 Update ruby-oauth to 0.4.7.
=== 0.4.7 2012-09-03

* Fix merging paths if the path is not empty
* Set a configurable timeout for all requests (Rick Olson)
* Fix nested hash params in Consumer#request (Ernie Miller)
2012-09-06 12:30:44 +00:00

15 lines
377 B
Makefile

# $NetBSD: Makefile,v 1.10 2012/09/06 12:30:44 obache Exp $
DISTNAME= oauth-0.4.7
CATEGORIES= security
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://oauth.rubyforge.org/
#HOMEPAGE= http://github.com/oauth/oauth-ruby
COMMENT= OAuth Core Ruby implementation
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"