diff options
Diffstat (limited to 'www/py-django-cors-headers/Makefile')
| -rw-r--r-- | www/py-django-cors-headers/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-django-cors-headers/Makefile b/www/py-django-cors-headers/Makefile index 6483a16bf9c4..f8042d261d23 100644 --- a/www/py-django-cors-headers/Makefile +++ b/www/py-django-cors-headers/Makefile @@ -1,9 +1,9 @@ PORTNAME= django-cors-headers -PORTVERSION= 4.7.0 +DISTVERSION= 4.9.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= django_cors_headers-${PORTVERSION} +DISTNAME= django_cors_headers-${DISTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= Handles server headers required for Cross-Origin Resource Sharing @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes |
