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


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

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

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


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-flask-uploads
# Date created:							2010-09-26
# Whom:									Olivier Duchateau <duchateau.olivier@@gmail.com>
#
# $FreeBSD: head/www/py-flask-uploads/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Flask-Uploads
PORTVERSION=	0.1.3
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	duchateau.olivier@@gmail.com
COMMENT=	Flexible and efficient upload handling for Flask

LICENSE=	MIT

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

USE_PYTHON=	2.6+
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
@


1.2
log
@Update to 0.1.3

PR:		ports/158590
Submitted by:	Zhihao Yuan <lichray@@gmail.com>
Approved by:	Olivier Duchateau <duchateau.olivier@@gmail.com> (maintainer), bapt (mentor, implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Flask-Uploads allows your application to flexibly and efficiently handle file
uploading and serving the uploaded files.

WWW:    http://pypi.python.org/pypi/Flask-Uploads

PR:		ports/151628
Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.1.2
d17 2
a20 2
LICENSE=	MIT

@

