mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
d9e1f10ea3
resource sharing (CORS) using a simple decorator. WWW: https://github.com/corydolphin/flask-cors PR: 199707 Submitted by: stiginge@pvv.org
22 lines
475 B
Makefile
22 lines
475 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Flask-Cors
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= stiginge@pvv.org
|
|
COMMENT= Cross-origin resource sharing (CORS) for Flask
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:${PORTSDIR}/www/py-flask \
|
|
${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|