22a190e1fb
=== 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)
15 lines
376 B
Makefile
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"
|