Files
ports/www/websocketd/Makefile
Po-Chuan Hsieh 24005c6c4b www/websocketd: Fix make fetch
The go version is missing in the go.mod of released version.
The fix is unreleased yet.

Reference:	0aa12c3913
2024-10-21 17:17:28 +08:00

26 lines
571 B
Makefile

PORTNAME= websocketd
PORTVERSION= 0.4.1
DISTVERSIONPREFIX= v
PORTREVISION= 23
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
#GO_MODULE= github.com/joewalnes/websocketd
PLIST_FILES= bin/websocketd
USE_GITHUB= yes
GH_ACCOUNT= joewalnes
GH_TUPLE= gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket
.include <bsd.port.mk>