A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard. needed for an update of sysutils/ruby-r10k feedback and OK kmos@
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2021/09/03 07:39:06 sebastia Exp $
|
|
|
|
COMMENT = pure ruby implementation of the JWT standard
|
|
|
|
DISTNAME = jwt-2.2.3
|
|
|
|
CATEGORIES = www security
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|