freebsd-ports/www/py-flask-cache/Makefile
Julien Laffaye e5af6294d2 Update to 0.3.3
PR:		ports/157780
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	Zhihao Yuan <lichray@gmail.com> (maintainer), bapt (mentor)
2011-06-13 19:26:54 +00:00

24 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>