A Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses. WWW: https://github.com/ottoyiu/django-cors-headers
19 lines
405 B
Makefile
19 lines
405 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= django-cors-headers
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Handles server headers required for Cross-Origin Resource Sharing
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|