2014-11-17 21:29:48 +01:00
|
|
|
# Created by: Alfred Perlstein <alfred@freebsd.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= websocket-client
|
2016-05-15 17:50:43 +02:00
|
|
|
PORTVERSION= 0.37.0
|
2014-11-17 21:29:48 +01:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2016-05-15 23:07:00 +02:00
|
|
|
# Newer version is called "websocket_client"
|
|
|
|
# but to keep compat with old portname we fixup
|
|
|
|
# "-" to "_" here.
|
2016-05-15 17:50:43 +02:00
|
|
|
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
|
2014-11-17 21:29:48 +01:00
|
|
|
|
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>
|