ac18218592
PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
20 lines
389 B
Makefile
20 lines
389 B
Makefile
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= websockify
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alexander.nusov@nfvexpress.com
|
|
COMMENT= WebSocket to TCP proxy/bridge
|
|
|
|
LICENSE= LGPL3
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|