mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
17 lines
331 B
Makefile
17 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= python-socketio
|
|
PORTVERSION= 1.8.4
|
|
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>
|