pkgsrc/security/oauth2c/Makefile
wiz 344211212b security/oauth2c: import oauth2c-1.1.0
oauth2c is a command-line tool that simplifies the process of
experimenting with different grant types and client authentication
methods for OAuth 2.0.

* Simple and intuitive interface for quickly experimenting with
  different OAuth 2.0 grant types and client authentication methods
* Supports all modern OAuth 2.0 grant types: authorization code,
  implicit, password, client credentials, refresh token, JWT bearer
* Supports all client authentication methods: client secret basic,
  client secret post, client secret JWT, private key JWT, TLS client
  auth
2022-12-10 08:17:59 +00:00

18 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/12/10 08:17:59 wiz Exp $
DISTNAME= oauth2c-1.1.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=cloudentity/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/cloudentity/oauth2c/
COMMENT= User-friendly CLI for OAuth2
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "go-modules.mk"
.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"