freebsd-ports/www/py-WebFlash/Makefile

18 lines
375 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= WebFlash
PORTVERSION= 0.1a9
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Library to display flash messages in python web applications
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>