Mixlib::Authentication provides a class-based header signing authentication object, like the one used in Chef.
12 lines
349 B
Makefile
12 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/06/03 13:11:32 jperkin Exp $
|
|
|
|
DISTNAME= mixlib-authentication-1.3.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/opscode/mixlib-authentication
|
|
COMMENT= Mixin for AuthN signing and verification
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|