git: 3cd9f43e3ad1 - main - www/py-uvicorn: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:03:23 UTC
The branch main has been updated by sunpoet:

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

commit 3cd9f43e3ad1d19e0d374503dfb57d633838a785
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:10:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:41 +0000

    www/py-uvicorn: Cosmetic change
---
 www/py-uvicorn/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/py-uvicorn/Makefile b/www/py-uvicorn/Makefile
index 39f1d4bcb2ca..c43cbb469ec5 100644
--- a/www/py-uvicorn/Makefile
+++ b/www/py-uvicorn/Makefile
@@ -22,11 +22,12 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.4.0:www/py-asgiref@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}websockets>=9.1:devel/py-websockets@${PY_FLAVOR}
 
 USES=		cpe python:3.7+
-CPE_VENDOR=	encode
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+CPE_VENDOR=	encode
+
 OPTIONS_DEFINE=	WATCHGODRELOAD
 WATCHGODRELOAD_DESC=	Reload automatically with watchgod