1b0994ee1e
With hat: python@
20 lines
446 B
Makefile
20 lines
446 B
Makefile
# Created by: Oleg Pudeyev <oleg@bsdpower.com>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|