aboutsummaryrefslogtreecommitdiff
path: root/www/py-dj31-django-cors-headers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-dj31-django-cors-headers/Makefile')
-rw-r--r--www/py-dj31-django-cors-headers/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-dj31-django-cors-headers/Makefile b/www/py-dj31-django-cors-headers/Makefile
index fc2d44545dd8..7a471799a71a 100644
--- a/www/py-dj31-django-cors-headers/Makefile
+++ b/www/py-dj31-django-cors-headers/Makefile
@@ -10,6 +10,9 @@ COMMENT= Handles server headers required for Cross-Origin Resource Sharing
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE= 2021-12-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=2.2:www/py-django31@${PY_FLAVOR}
USES= python:3.6+