Tweak devel/racer version 2.1.31
[dports.git] / www / py-WebFlash / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       WebFlash
5 PORTVERSION=    0.1a9
6 PORTREVISION=   1
7 CATEGORIES=     www python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Library to display flash messages in python web applications
13
14 LICENSE=        MIT
15
16 USES=           python
17 USE_PYTHON=     autoplist distutils
18 NO_ARCH=        yes
19
20 .include <bsd.port.mk>