aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-django-cors-headers/Makefile
blob: d40fe4fde44c4855d62a917d78fc76c41befca02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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>