pkgsrc/security/ruby-oauth/Makefile
obache 2e371ed07c Update ruby-oauth to 0.4.5.
=== 0.4.5 2011-06-25

* Add explicit require for rsa/sha1 (Juris Galang)
* Use webmock to mock all http-requests in tests (Adrian Feldman)
* Add gemtest support (Adrian Feldman)
* Fix POST Requests with Typhoeus proxy (niedhui)
* Mention Typhoeus require in the README (Kim Ahlström)
* Fix incorrect hardcoded port (Ian Taylor)
* Use Net::HTTPGenericRequest (Jakub Kuźma)
2011-07-11 11:28:34 +00:00

15 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.8 2011/07/11 11:28:34 obache Exp $
DISTNAME= oauth-0.4.5
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"