Ajout de ports pour flask

This commit is contained in:
2023-10-06 19:24:31 +02:00
parent 34da7b12f6
commit 9908b2b846
30 changed files with 854 additions and 0 deletions

27
www/py-flask/Makefile Normal file
View File

@@ -0,0 +1,27 @@
COMMENT = microframework based on Werkzeug and Jinja 2
MODPY_EGG_VERSION = 2.3.3
DISTNAME = flask-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
CATEGORIES = www devel
HOMEPAGE = https://flask.palletsprojects.com/
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
RUN_DEPENDS = devel/py-blinker${MODPY_FLAVOR} \
www/py-itsdangerous${MODPY_FLAVOR} \
www/py-jinja2${MODPY_FLAVOR} \
www/py-werkzeug${MODPY_FLAVOR} \
devel/py-click${MODPY_FLAVOR}>=8.0.0
.include <bsd.port.mk>