21 lines
485 B
Makefile
21 lines
485 B
Makefile
# Created by: Oleg Pudeyev <oleg@bsdpower.com>
|
|
|
|
PORTNAME= Frozen-Flask
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= oleg@bsdpower.com
|
|
COMMENT= Freezes a Flask application into a set of static files
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|