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


1.2
date	2012.11.17.06.02.58;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2009.07.07.19.25.14;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	WebFlash
# Date created:		6th July, 2009
# Whom:			Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/www/py-WebFlash/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WebFlash
PORTVERSION=	0.1a9
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wenheping@@gmail.com
COMMENT=	Library to display flash messages in python web applications

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 260
BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
.endif

.include <bsd.port.post.mk>
@


1.1
log
@WebFlash is a library to display "flash" messages in python web
applications. These messages are usually used to provide feedback
to the user (eg: you changes have been saved, your credit card
number has been stolen, ...). One important characteristic they
must provide is the ability to survive a redirect (ie: display the
message in a page after being redirected from a form submission).

WWW:	http://python-rum.org/wiki/WebFlash

PR:		ports/136404
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@

