freebsd-ports/www/py-poster/Makefile
Nicola Vitale b272f7cc9d The modules in the Python standard library don't provide a way to upload large
Files via HTTP without having to load the entire file into memory first.

poster provides support for both streaming POST requests as well as
multipart/form-data encoding of string or file parameters.

WWW: http://atlee.ca/software/poster
2010-12-31 17:13:44 +00:00

22 lines
537 B
Makefile

# New ports collection makefile for: py-poster
# Date created: 2010-12-30
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= poster
PORTVERSION= 0.7.0
#PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= http://atlee.ca/software/poster/dist/${PORTVERSION}/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Streaming HTTP uploads and multipart/form-data encoding
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>