diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile index c8009703d9e4..0d1380b6faa5 100644 --- a/www/py-pyjwt/Makefile +++ b/www/py-pyjwt/Makefile @@ -1,21 +1,23 @@ # Created by: Po-Chuan Hsieh PORTNAME= pyjwt PORTVERSION= 2.3.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyJWT-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= JSON Web Token implementation in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python:3.6+ cpe USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +CPE_VENDOR= pyjwt_project + .include