diff options
Diffstat (limited to '')
-rw-r--r-- | www/py-django-storages/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-django-storages/Makefile b/www/py-django-storages/Makefile index 66d553726460..853b5605ce5f 100644 --- a/www/py-django-storages/Makefile +++ b/www/py-django-storages/Makefile @@ -1,8 +1,9 @@ PORTNAME= django-storages -PORTVERSION= 1.14.4 +PORTVERSION= 1.14.6 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= django_storages-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Generic storages for Django @@ -19,6 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} + NO_ARCH= yes # AZURE option requires newer devel/py-azure-storage-blob (not yet in the ports tree). |