diff --git a/www/py-django-compat/Makefile b/www/py-django-compat/Makefile index 5fbf126f0d75..d9c41fe4129c 100644 --- a/www/py-django-compat/Makefile +++ b/www/py-django-compat/Makefile @@ -1,21 +1,24 @@ PORTNAME= django-compat PORTVERSION= 1.0.15 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= For- and backwards compatibility layer for different Django versions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= No longer maintained, doesn't work with newer versions of Django +EXPIRATION_DATE= 2022-06-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.4:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes .include