aboutsummaryrefslogtreecommitdiff
path: root/www/py-gevent-websocket/Makefile
blob: 0383424eea3e756b03f062790f04156ba01be65a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: antoine@FreeBSD.org
# $FreeBSD$

PORTNAME=	gevent-websocket
PORTVERSION=	0.9.5
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	WebSocket library for the gevent networking library

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>