473e643f42
3.0.10 (2021-03-15) Merged Pull Requests * Split using a string not a regex #55 (tas50) * Replace FILE with dir and use safe operators #54 (tas50) * Test on Ruby 3 and update gem caching #56 (tas50)
14 lines
367 B
Makefile
14 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/03/21 12:52:17 taca Exp $
|
|
|
|
DISTNAME= mixlib-authentication-3.0.10
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|