mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
e5af6294d2
PR: ports/157780 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: Zhihao Yuan <lichray@gmail.com> (maintainer), bapt (mentor)
25 lines
511 B
Makefile
25 lines
511 B
Makefile
# New ports collection makefile for: py-flask-cache
|
|
# Date created: 2011-04-13
|
|
# Whom: Zhihao Yuan <lichray@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Flask-Cache
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= Cache support for your Flask application
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.6:${PORTSDIR}/www/py-flask
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|