Po-Chuan Hsieh f3a060f8ab
security/py-joserfc: Add py-joserfc 0.9.0
joserfc is a Python library that provides a comprehensive implementation of
several essential JSON Object Signing and Encryption (JOSE) standards.
2024-03-09 22:05:15 +08:00

24 lines
590 B
Makefile

PORTNAME= joserfc
PORTVERSION= 0.9.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ultimate Python library for JOSE RFCs
WWW= https://jose.authlib.org/en/dev/ \
https://github.com/authlib/joserfc
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent cryptography pep517
NO_ARCH= yes
.include <bsd.port.mk>