new port Flask-Caching needed for isso
This commit is contained in:
parent
46fe754141
commit
e04a77cd26
21
www/py-flask-caching/Makefile
Normal file
21
www/py-flask-caching/Makefile
Normal 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>
|
||||
2
www/py-flask-caching/distinfo
Normal file
2
www/py-flask-caching/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Flask-Caching-1.9.0.tar.gz) = a0356ad868b1d8ec2d0e675a6fe891c41303128f8904d5d79e180d8b3f952aff
|
||||
SIZE (Flask-Caching-1.9.0.tar.gz) = 71618
|
||||
5
www/py-flask-caching/pkg-descr
Normal file
5
www/py-flask-caching/pkg-descr
Normal 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/
|
||||
Loading…
x
Reference in New Issue
Block a user