mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
23 lines
537 B
Makefile
23 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.8.1
|
|
#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>
|