summaryrefslogtreecommitdiff
path: root/www/websocketd/Makefile
blob: f75db6f8b7b6cd84b51656dae58890219d013e40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	websocketd
PORTVERSION=	0.4.1
DISTVERSIONPREFIX=	v
PORTREVISION=	26
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>