pkgsrc/devel/ruby-mixlib-authentication/Makefile
taca 46c209b89c Update ruby-mixlib-authentication to 1.4.2.
1.4.2 (2017-08-17)

* fix bug in ordering x_ops_authorization_n headers when headers number more
  than 9 [dde604f] [#5]
* fix bug where a constant lookup fails when vendored into other projects
  [#24]
* make mixlib-log optional [#21]
2017-09-02 15:26:38 +00:00

12 lines
343 B
Makefile

# $NetBSD: Makefile,v 1.3 2017/09/02 15:26:38 taca Exp $
DISTNAME= mixlib-authentication-1.4.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/chef/mixlib-authentication
COMMENT= Mixin for AuthN signing and verification
LICENSE= apache-2.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"