diff --git a/www/py-jsonfield2/Makefile b/www/py-jsonfield2/Makefile index 7f0622c14a88..e70036e3aae1 100644 --- a/www/py-jsonfield2/Makefile +++ b/www/py-jsonfield2/Makefile @@ -1,24 +1,27 @@ # Created by: Po-Chuan Hsieh PORTNAME= jsonfield2 PORTVERSION= 4.0.0.post0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Reusable Django field to store validated JSON in your model LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Obsolete, please use www/py-jsonfield instead +EXPIRATION_DATE= 2022-06-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj22-jsonfield2 .include