2014-11-17 21:29:48 +01:00
|
|
|
# Created by: Alfred Perlstein <alfred@freebsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= websocket-client
|
|
|
|
PORTVERSION= 0.16.0
|
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2015-03-12 18:12:19 +01:00
|
|
|
MAINTAINER= alfred@FreeBSD.org
|
2014-11-17 21:29:48 +01:00
|
|
|
COMMENT= Websocket client for python
|
|
|
|
|
|
|
|
LICENSE= ISCL
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|