1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/py-WebFlash/Makefile
Ruslan Makhmatkhanov 0bf309112d Convert to USES=python
Approved by:	portmgr (blanket)
2014-10-18 13:18:19 +00:00

18 lines
375 B
Makefile

# 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>