blob: dd6e693fd06a7621b28f0cd4849535c7fd6a944a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= Flask-Sockets
PORTVERSION= 0.2.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Elegant WebSockets for your Flask apps
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask \
${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent \
${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0:www/py-gevent-websocket
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|