559b914a79
PR: 212958 Submitted by: Andrej Ebert (maintainer)
20 lines
398 B
Makefile
20 lines
398 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Flask-Compress
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= andrej@ebert.su
|
|
COMMENT= Extension for Flask that compresses responses with gzip
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.11:www/py-flask
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|