8299a54dab
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)
16 lines
369 B
Makefile
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"
|