diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-11-27 02:00:57 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-11-27 02:00:57 +0000 |
commit | 3834f41e01689ae2dd9c4cf7ecec4565bc17c901 (patch) | |
tree | e995d3687a2309122e4c4eb1fec596fccb2d46de /www/Makefile | |
parent | 0558f015231e75ef8c2532fe224cffa3522dc11a (diff) |
Flask is a microframework for Python based on Werkzeug and Jinja 2.
WWW: http://flask.pocoo.org/
PR: ports/151625
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
Notes
Notes:
svn path=/head/; revision=265232
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 897627115742..12cd52bb827d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1452,6 +1452,7 @@ SUBDIR += py-ez_web SUBDIR += py-fcgi SUBDIR += py-feedfinder + SUBDIR += py-flask SUBDIR += py-flexget SUBDIR += py-flup SUBDIR += py-forgethtml |