# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-flask-cors python.rootname Flask-Cors version 4.0.0 revision 0 categories-append www supported_archs noarch platforms {darwin any} license MIT maintainers nomaintainer description Cross Origin Resource Sharing (CORS) support for Flask long_description A Flask extension for handling Cross Origin Resource \ Sharing (CORS), making cross-origin AJAX \ possible. This package has a simple philosophy, \ when you want to enable CORS, you wish to enable \ it for all use cases on a domain. This means no \ mucking around with different allowed headers, \ methods, etc. By default, submission of cookies \ across domains is disabled due to the security \ implications, please see the documentation for how \ to enable credential'ed requests, and please make \ sure you add some sort of CSRF protection before \ doing so! homepage https://flask-cors.corydolphin.com/ checksums rmd160 60edfbb63b2f6eba44ee073f8c2b465c87251293 \ sha256 f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0 \ size 29934 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-flask depends_test-append \ port:py${python.version}-packaging test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.rst \ LICENSE ${destroot}${docdir} } }