summaryrefslogtreecommitdiff
path: root/www/py-dj51-django-netfields/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2025-09-30 11:24:08 +0200
committerKai Knoblich <kai@FreeBSD.org>2025-09-30 11:31:17 +0200
commit08edb39ade85c99cb74bbf2439bca0f98a0aeb30 (patch)
treec9d8c0369fb75bb9bac83d6bb009cb6ffd801551 /www/py-dj51-django-netfields/Makefile
parentwww/py-django51: Deprecate/Set to expire (diff)
*/*dj51*: Deprecate/Set to expire
* Django 5.1 will reach its End-of-Life in December 2025. Deprecate its consumers and set the expiration date accordingly. * Note: py-dj51-django-netfields does not currently have a corresponding Django 5.2 clone, yet, which will probably be added soon when net-mgmt/peering-manager is switched to Django 5.2. Reviewed by: sunpoet With hat: python Differential Revision: https://reviews.freebsd.org/D52511
Diffstat (limited to 'www/py-dj51-django-netfields/Makefile')
-rw-r--r--www/py-dj51-django-netfields/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-dj51-django-netfields/Makefile b/www/py-dj51-django-netfields/Makefile
index f7e60444aea1..de74f328de02 100644
--- a/www/py-dj51-django-netfields/Makefile
+++ b/www/py-dj51-django-netfields/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/jimfunk/django-postgresql-netfields
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
+EXPIRATION_DATE=2025-12-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=5.1:www/py-django51@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \