forked from Lainports/freebsd-ports
- update to 0.13.1 - add LICENSE_FILE - let it build with python3, that is now supported PR: 199125 Submitted by: rm (myself) Approved by: lichray@gmail.com (maintainer)
21 lines
466 B
Makefile
21 lines
466 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Flask-Cache
|
|
PORTVERSION= 0.13.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= Cache support for your Flask application
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:${PORTSDIR}/www/py-flask
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|