2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2009-07-07 21:25:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= WebFlash
|
|
|
|
PORTVERSION= 0.1a9
|
2014-03-01 19:04:57 +01:00
|
|
|
PORTREVISION= 1
|
2009-07-07 21:25:14 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
|
|
COMMENT= Library to display flash messages in python web applications
|
|
|
|
|
2014-10-18 15:18:19 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
2009-07-07 21:25:14 +02:00
|
|
|
|
2014-03-01 19:04:57 +01:00
|
|
|
.include <bsd.port.mk>
|