freebsd-ports/www/py-poster/Makefile
Martin Wilke 8176cb081f - Convert to autoplist
- Stage support
- Bump PORTREVISION
2014-03-01 18:12:21 +00:00

19 lines
479 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= poster
PORTVERSION= 0.8.1
PORTREVISION= 1
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= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>