head	1.5;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.12.16.07.43.15;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.03.00;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.05.01.09.57.35;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.13.19.26.54;	author jlaffaye;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.14.00.38.46;	author wen;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308988
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308988 | wen | 2012-12-16 07:38:22 +0000 (Sun, 16 Dec 2012) | 8 lines
## SVN ##
## SVN ## - Update to 0.9.2
## SVN ##
## SVN ## While here:
## SVN ## - Trim Makefile headers
## SVN ##
## SVN ## PR:		174123
## SVN ## Submitted by:	Zhihao Yuan <lichray@@gmail.com> (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Zhihao Yuan <lichray@@gmail.com>
# $FreeBSD: head/www/py-flask-cache/Makefile 308988 2012-12-16 07:38:22Z wen $

PORTNAME=	Flask-Cache
PORTVERSION=	0.9.2
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lichray@@gmail.com
COMMENT=	Cache support for your Flask application

LICENSE=	BSD

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.8:${PORTSDIR}/www/py-flask

USE_PYTHON=		2.6+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	Flask_Cache

.include <bsd.port.mk>
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	py-flask-cache
# Date created:				2011-04-13
# Whom:					Zhihao Yuan <lichray@@gmail.com>
#
# $FreeBSD: head/www/py-flask-cache/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	0.4.0
d17 3
a19 2
USE_PYTHON=	2.6+
USE_PYDISTUTILS=easy_install
@


1.3
log
@- Update to 0.4.0
- Pet portlint

Changes:	http://packages.python.org/Flask-Cache/#changelog
PR:		ports/167415
Submitted by:	Zhihao Yuan <lichray@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@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)
@
text
@d9 1
a9 1
PORTVERSION=	0.3.3
d17 1
a17 1
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.6:${PORTSDIR}/www/py-flask
d19 1
a19 1
LICENSE=	BSD
d22 1
a22 1
USE_PYDISTUTILS=	easy_install
@


1.1
log
@Flask-Cache adds cache support to your Flask application. The cache
backend can Be chosen from simple, memcached, and filesystem.
Install databases/memcached from ports if needed.

WWW: http://packages.python.org/Flask-Cache/

PR:		ports/156384
Submitted by:	Zhihao Yuan <lichray@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.3.2
@

