mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
Update regarding to newer deve/py-gdbgui update Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Essen Hackathon 2017 Differential Revision: https://reviews.freebsd.org/D11460
17 lines
331 B
Makefile
17 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= python-socketio
|
|
PORTVERSION= 1.7.6
|
|
CATEGORIES= devel python net
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mmokhi@FreeBSD.org
|
|
COMMENT= Python implementation of the SocketIO realtime server
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|