git: fd03523369b1 - main - www/py-pyjwt: Enable CRYPTO option by default

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 25 Mar 2022 13:46:01 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd03523369b17ad7ff1fd395f08b82b618060652

commit fd03523369b17ad7ff1fd395f08b82b618060652
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:05:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:20 +0000

    www/py-pyjwt: Enable CRYPTO option by default
    
    - Bump PORTREVISION for dependency change
---
 www/py-pyjwt/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile
index c9fef5cf6dd1..29a9a067a0eb 100644
--- a/www/py-pyjwt/Makefile
+++ b/www/py-pyjwt/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	pyjwt
 PORTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,6 +22,7 @@ NO_ARCH=	yes
 CPE_VENDOR=	pyjwt_project
 
 OPTIONS_DEFINE=	CRYPTO
+OPTIONS_DEFAULT=CRYPTO
 
 CRYPTO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=3.3.1:security/py-cryptography@${PY_FLAVOR}