head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.03.00;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.07.18.16.35.47;	author olivierd;	state Exp;
branches;
next	1.5;

1.5
date	2011.10.03.11.09.25;	author culot;	state Exp;
branches;
next	1.4;

1.4
date	2011.07.17.07.38.08;	author culot;	state Exp;
branches;
next	1.3;

1.3
date	2011.07.02.13.42.09;	author jlaffaye;	state Exp;
branches;
next	1.2;

1.2
date	2011.01.02.19.27.16;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.27.02.00.57;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-flask
# Date created:		2010-09-26
# Whom:			Olivier Duchateau <duchateau.olivier@@gmail.com>
#
# $FreeBSD: head/www/py-flask/Makefile 301103 2012-07-18 16:35:47Z olivierd $
#

PORTNAME=	Flask
PORTVERSION=	0.9
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	olivierd@@FreeBSD.org
COMMENT=	Micro webdevelopment framework for Python

LICENSE=	BSD

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}werkzeug>=0.8:${PORTSDIR}/www/py-werkzeug \
		${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5:${PORTSDIR}/devel/py-Jinja2

USE_PYTHON=	2.6+
USE_PYDISTUTILS=	easy_install

post-patch:
	@@${REINPLACE_CMD} -e "s|, 'flask.testsuite'||; \
		s|test_suite|#test_suite|" ${WRKSRC}/setup.py

.include <bsd.port.mk>
@


1.6
log
@SVN rev 301103 on 2012-07-18 16:35:47Z by olivierd

- Update to 0.9
- Update maintainer address

Submitted by:	myself
Approved by:	miwi, rene (mentors)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 0.8

PR:		ports/161171
Submitted by:	Olivier Duchateau <duchateau.olivier@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.8
d14 1
a14 1
MAINTAINER=	duchateau.olivier@@gmail.com
d25 4
@


1.4
log
@- Update to 0.7.2

PR:		ports/158981
Submitted by:	Olivier Duchateau <duchateau.olivier@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.7.2
d19 1
a19 1
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}werkzeug>=0.6.1:${PORTSDIR}/www/py-werkzeug \
@


1.3
log
@Update to 0.7.1

PR:		ports/158539
Submitted by:	Zhihao Yuan <lichray@@gmail.com>
Approved by:	Olivier Duchateau <duchateau.olivier@@gmail.com> (maintainer), rene (mentor vacation)
@
text
@d9 1
a9 1
PORTVERSION=	0.7.1
@


1.2
log
@- Update to 0.6.1
- Space/Tab twiddle

Changes:	https://github.com/mitsuhiko/flask/blob/4c76607553e92f6e1b03930e053cc7078fc32f8d/CHANGES
PR:		ports/153604
Submitted by:	Olivier Duchateau <duchateau.olivier@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.6.1
d15 3
a17 1
COMMENT=	micro webdevelopment framework for Python
a21 2
LICENSE=	BSD

@


1.1
log
@Flask is a microframework for Python based on Werkzeug and Jinja 2.

WWW:    http://flask.pocoo.org/

PR:		ports/151625
Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>
@
text
@d2 2
a3 2
# Date created:							2010-09-26
# Whom:									Olivier Duchateau <duchateau.olivier@@gmail.com>
d9 1
a9 1
PORTVERSION=	0.6
d18 1
a18 1
	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5:${PORTSDIR}/devel/py-Jinja2
@

