4c98aad15d
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>
24 lines
556 B
Makefile
24 lines
556 B
Makefile
# New ports collection makefile for: py-flask-uploads
|
|
# Date created: 2010-09-26
|
|
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Flask-Uploads
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= Flexible and efficient upload handling for Flask
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.6:${PORTSDIR}/www/py-flask
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|