0c04053e17
2.1.1 (2018-06-08) Merged Pull Requests * Silence the warning for the default positional args case #39 (coderanger) 2.1.0 (2018-05-31) Merged Pull Requests * Support signing with ssh-agent (round two) #36 (coderanger) * Forgot to put sign_version in the opts which would make it nil when p… #37 (coderanger) * bump version to 2.1.0 #38 (thommay) 2.0.0 (2018-04-12) Merged Pull Requests * Move mixlib-auth debugging to trace level #32 (thommay)
12 lines
343 B
Makefile
12 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/09/23 16:27:15 taca Exp $
|
|
|
|
DISTNAME= mixlib-authentication-2.1.1
|
|
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"
|