new port Flask-Caching needed for isso

This commit is contained in:
Renè Thümmler 2020-06-07 21:56:49 +02:00
parent 46fe754141
commit e04a77cd26
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD: head/www/py-flask-cache/Makefile 472884 2018-06-20 17:05:41Z mat $
PORTNAME= Flask-Caching
PORTVERSION= 1.9.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rt@scientifics.de
COMMENT= Cache support for your Flask application
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-flask@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Flask-Caching-1.9.0.tar.gz) = a0356ad868b1d8ec2d0e675a6fe891c41303128f8904d5d79e180d8b3f952aff
SIZE (Flask-Caching-1.9.0.tar.gz) = 71618

View File

@ -0,0 +1,5 @@
Flask-Cache adds cache support to your Flask application. The cache
backend can Be chosen from simple, memcached, and filesystem.
Install databases/memcached from ports if needed.
WWW: https://pythonhosted.org/Flask-Cache/