aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-29 06:55:34 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-29 07:15:13 +0000
commit94d66be03f513632b17c91da346b7b17f2a48afd (patch)
tree47156ebb42b4a65918a98b1ea7ed8f9cf47f44f3
parentd9674943a2519ff852ae307086a6a28253b5bd1a (diff)
downloadports-94d66be03f513632b17c91da346b7b17f2a48afd.tar.gz
ports-94d66be03f513632b17c91da346b7b17f2a48afd.zip
www/py-gunicorn: Fix missing DEPENDS
PR: 273412 Reported by: ultima
-rw-r--r--www/py-gunicorn/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile
index dd7397721353..95024a4562ed 100644
--- a/www/py-gunicorn/Makefile
+++ b/www/py-gunicorn/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gunicorn
PORTVERSION= 21.2.0
+PORTREVISION= 1
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MASTER_SITES= PYPI
@@ -11,6 +12,7 @@ WWW= https://gunicorn.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR}
USES= cpe python