pkgsrc/security/ruby-oauth/Makefile
taca 8299a54dab security/ruby-oauth: update to 0.5.6
0.5.6 (2021-04-02)

* Add metadata to Gemspec file
* Change default timeout to be the same as Net::HTTP default, 60 seconds
  instead of 30 seconds.
* Add support for PUT requests with Action Controller (#181)
2021-05-30 15:42:22 +00:00

16 lines
369 B
Makefile

# $NetBSD: Makefile,v 1.17 2021/05/30 15:42:22 taca Exp $
DISTNAME= oauth-0.5.6
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/oauth-xx/oauth-ruby
COMMENT= OAuth Core Ruby implementation
LICENSE= mit
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"