diff options
Diffstat (limited to 'www/py-pyjwt/Makefile')
-rw-r--r-- | www/py-pyjwt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile index cc9e18586479..bd28d9987f7c 100644 --- a/www/py-pyjwt/Makefile +++ b/www/py-pyjwt/Makefile @@ -1,9 +1,8 @@ PORTNAME= pyjwt -PORTVERSION= 2.8.0 +PORTVERSION= 2.10.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyJWT-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= JSON Web Token implementation in Python |