pkgsrc/security/ruby-oauth/Makefile
obache 22a190e1fb Update ruby-oauth to 0.4.6.
=== 0.4.6 2012-04-21

* Fixed nested attributes in #normalize (Shaliko Usubov)
* Make use the path component of the :site parameter (Jonathon M. Abbott)
* Fixed post body's being dropped in 1.9 (Steven Hammond)
* Fixed PUT request handling (Anton Panasenko)
2012-04-22 11:54:18 +00:00

15 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/04/22 11:54:18 obache Exp $
DISTNAME= oauth-0.4.6
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"