aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:05:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:37:20 +0000
commitfd03523369b17ad7ff1fd395f08b82b618060652 (patch)
tree3cfbddaaee61f07833079c2be7c46cd346323a5a
parent42f449ea71b8354464737d34180c97bd102c5db4 (diff)
downloadports-fd03523369b17ad7ff1fd395f08b82b618060652.tar.gz
ports-fd03523369b17ad7ff1fd395f08b82b618060652.zip
www/py-pyjwt: Enable CRYPTO option by default
- Bump PORTREVISION for dependency change
-rw-r--r--www/py-pyjwt/Makefile2
1 files changed, 2 insertions, 0 deletions
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}