diff --git a/www/py-django-modern-rpc/Makefile b/www/py-django-modern-rpc/Makefile index 28012ca7aa0a..eca15f218814 100644 --- a/www/py-django-modern-rpc/Makefile +++ b/www/py-django-modern-rpc/Makefile @@ -1,21 +1,24 @@ # Created by: Po-Chuan Hsieh PORTNAME= django-modern-rpc PORTVERSION= 0.12.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple and modern JSON-RPC/XML-RPC server implementation for Django LICENSE= MIT +DEPRECATED= Not compatible with newer versions of Django +EXPIRATION_DATE= 2022-06-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8.0:www/py-django22@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include