opnsense-ports/devel/py-websockify/Makefile
Franco Fichtner b5dad3d8ee */*: sync with upstream
Taken from: FreeBSD
2016-11-28 06:21:49 +01:00

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>