View | Details | Raw Unified | Return to bug 255447
Collapse All | Expand All

(-)b/security/p5-Crypt-JWT/Makefile (+25 lines)
Added Link Here
1
# Created by: Sergei Vyshenski
2
3
PORTNAME=	Crypt-JWT
4
PORTVERSION=	0.032
5
CATEGORIES=	security perl5
6
MASTER_SITES=	CPAN
7
PKGNAMEPREFIX=	p5-
8
9
MAINTAINER=	svysh.fbsd@gmail.com
10
COMMENT=	JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516
11
12
LICENSE=	ART10 GPLv1+
13
LICENSE_COMB=	dual
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
BUILD_DEPENDS=	${RUN_DEPENDS}
17
RUN_DEPENDS=	p5-CryptX>=0.067:security/p5-CryptX \
18
		p5-JSON>=0:converters/p5-JSON
19
20
USES=		perl5
21
USE_PERL5=	configure
22
23
NO_ARCH=	yes
24
25
.include <bsd.port.mk>
(-)b/security/p5-Crypt-JWT/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1619536946
2
SHA256 (Crypt-JWT-0.032.tar.gz) = 1d3e0f11aba0a946e39578abf8b3c45ef1a2fd0ad87245f5c1da75a660f035ca
3
SIZE (Crypt-JWT-0.032.tar.gz) = 83732
(-)b/security/p5-Crypt-JWT/pkg-descr (+12 lines)
Added Link Here
1
Implements JSON Web Token (JWT) - https://tools.ietf.org/html/rfc7519.
2
The implementation covers not only JSON Web Signature (JWS)
3
- https://tools.ietf.org/html/rfc7515,
4
but also JSON Web Encryption (JWE) - https://tools.ietf.org/html/rfc7516.
5
6
The module implements all (100%) algorithms defined in
7
https://tools.ietf.org/html/rfc7518 - JSON Web Algorithms (JWA).
8
9
This module supports Compact JWS/JWE and Flattened JWS/JWE JSON serialization,
10
general JSON serialization is not supported yet.
11
12
WWW: https://metacpan.org/release/Crypt-JWT
(-)b/security/p5-Crypt-JWT/pkg-plist (+4 lines)
Added Link Here
1
%%SITE_PERL%%/Crypt/JWT.pm
2
%%SITE_PERL%%/Crypt/KeyWrap.pm
3
%%PERL5_MAN3%%/Crypt::JWT.3.gz
4
%%PERL5_MAN3%%/Crypt::KeyWrap.3.gz

Return to bug 255447