Files
ports/www/websocketd/Makefile
T
2026-07-10 09:54:15 +02:00

27 lines
661 B
Makefile

PORTNAME= websocketd
PORTVERSION= 0.4.1
DISTVERSIONPREFIX= v
PORTREVISION= 43
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Turn any program that uses STDIN/STDOUT into a WebSocket server
WWW= http://websocketd.com/ \
https://github.com/joewalnes/websocketd
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
# https://github.com/joewalnes/websocketd/commit/0aa12c3913f5b86e15c232e4191a6ef1953a354f
#GO_MODULE= github.com/joewalnes/websocketd
PLIST_FILES= bin/websocketd
USE_GITHUB= yes
GH_ACCOUNT= joewalnes
GH_TUPLE= gorilla:websocket:v1.5.3:gorilla_websocket/vendor/github.com/gorilla/websocket
.include <bsd.port.mk>