mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
24 lines
537 B
Makefile
24 lines
537 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= django-cors-headers
|
|
PORTVERSION= 3.5.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31-
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Handles server headers required for Cross-Origin Resource Sharing
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=2.2:www/py-django31@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-cors-headers
|
|
|
|
.include <bsd.port.mk>
|