57c89c8ace
Version 0.15 ~~~~~~~~~~~~ Released on 2017-06-27. * Add ``Freezer.freeze_yield()`` method to make progress reporting easier. (Thanks to Miro Hrončok.) Version 0.14 ~~~~~~~~~~~~ Released on 2017-03-22. * Add the ``FREEZER_SKIP_EXISTING`` configuration to skip generation of files already in the build directory. (Thanks to Antoine Goutenoir.) * Add shared superclass ``FrozenFlaskWarning`` for all warnings. (Thanks to Miro Hrončok.)
18 lines
518 B
Makefile
18 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/08/01 18:30:02 kleink Exp $
|
|
|
|
DISTNAME= Frozen-Flask-0.15
|
|
PKGNAME= ${PYPKGPREFIX}-flask-frozen-0.15
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Frozen-Flask/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://pythonhosted.org/Frozen-Flask/
|
|
COMMENT= Freezes a Flask application into a set of static files
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-flask>=0.7:../../www/py-flask
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|