1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/py-frozen-flask/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

21 lines
434 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:www/py-flask
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>