mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
24 lines
653 B
Makefile
24 lines
653 B
Makefile
# Created by: Massimiliano Stucchi <mstucchi@ripe.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= socketio-client
|
|
PORTVERSION= 0.6.5
|
|
CATEGORIES= net devel python
|
|
MASTER_SITES= CHEESESHOP/source/s/socketIO-client/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= socketIO_client-${PORTVERSION}
|
|
|
|
MAINTAINER= mstucchi@ripe.net
|
|
COMMENT= Socket.io client library for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|