freebsd-ports/www/py-flask-cache/pkg-descr
Ruslan Makhmatkhanov d60a53cd60 - fix pkg-plist
- update WWW (old url redirecting there)
- limit python version to 2.x only (uses incompatible print/except
  statements)
- bump PORTREVISION because of pkg-plist change

Approved by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
Reported by:	pointyhat (miwi)
2013-05-12 17:18:16 +00:00

5 lines
223 B
Text

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: http://pythonhosted.org/Flask-Cache/