pkgsrc/www/p5-Net-OAuth2-AuthorizationServer/Makefile
nikita eaf007a5b3 Import www/p5-Net-OAuth2-AuthorizationServer as p5-Net-OAuth2-AuthorizationServer version 0.28
Imported from wip/p5-Net-OAuth2-AuthorizationServer

This module is the gateway to the various OAuth2 grant flows, as
documented at https://tools.ietf.org/html/rfc6749. Each module
implements a specific grant flow and is designed to "just work"
with minimal detail and effort.

Please see Net::OAuth2::AuthorizationServer::Manual for more
information on how to use this module and the various grant types.
You should use the manual in conjunction with the grant type module
you are using to understand how to override the defaults if the
"just work" mode isn't good enough for you.
2023-02-16 19:51:21 +00:00

29 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2023/02/16 19:51:21 nikita Exp $
#
# When updating this package, please upload the distfile
# since they disappear immediately when new releases happen,
# which is quite often.
DISTNAME= Net-OAuth2-AuthorizationServer-0.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AWS/LEEJO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/Net::OAuth2::AuthorizationServer
COMMENT= Easier implementation of an OAuth2 Authorization Server
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-CryptX-[0-9]*:../../security/p5-CryptX
DEPENDS+= p5-Crypt-JWT-[0-9]*:../../security/p5-Crypt-JWT
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
TEST_DEPENDS+= p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
TEST_DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Net/OAuth2/AuthorizationServer/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"