diff options
author | kleink <kleink@pkgsrc.org> | 2013-07-28 17:47:18 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2013-07-28 17:47:18 +0000 |
commit | d2734e94a9ebd80d85b2607285af1c670f57bd84 (patch) | |
tree | 58d7166703667c4a1d8525aa461718a1269affb1 /www/py-flask-script/Makefile | |
parent | dbbb6759fd820beb884143ccc32e416f670611cd (diff) | |
download | pkgsrc-d2734e94a9ebd80d85b2607285af1c670f57bd84.tar.gz |
Import Flask-Script-0.5.3 as www/py-flask-script.
The Flask-Script extension provides support for writing external
scripts in Flask. This includes running a development server, a
customised Python shell, scripts to set up your database, cronjobs,
and other command-line tasks that belong outside the web application
itself.
Diffstat (limited to 'www/py-flask-script/Makefile')
-rw-r--r-- | www/py-flask-script/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/py-flask-script/Makefile b/www/py-flask-script/Makefile new file mode 100644 index 00000000000..20c6544f27c --- /dev/null +++ b/www/py-flask-script/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2013/07/28 17:47:18 kleink Exp $ + +DISTNAME= Flask-Script-0.5.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= www python +MASTER_SITES= http://pypi.python.org/packages/source/F/Flask-Script/ + +MAINTAINER= kleink@NetBSD.org +HOMEPAGE= http://flask-script.readthedocs.org/en/latest/ +COMMENT= Scripting support for Flask +LICENSE= modified-bsd + +USE_LANGUAGES= # empty + +EGG_NAME= ${DISTNAME:S/-/_/} + +DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" |