View | Details | Raw Unified | Return to bug 227278
Collapse All | Expand All

(-)www/py-websocket-client/Makefile (-1 / +8 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	websocket-client
4
PORTNAME=	websocket-client
5
PORTVERSION=	0.45.0
5
PORTVERSION=	0.45.0
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 19-22 Link Here
19
USES=		python
20
USES=		python
20
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
21
22
22
.include <bsd.port.mk>
23
.include <bsd.port.pre.mk>
24
25
.if ${PYTHON_MAJOR_VER} == 2
26
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.ssl_match_hostname>=0:security/py-backports.ssl_match_hostname@${PY_FLAVOR}
27
.endif
28
29
.include <bsd.port.post.mk>

Return to bug 227278