mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
bd85539351
Client/server WebSocket message and frame parser/constructor. This module does not provide a WebSocket server or client, but is made for using in http servers or clients to provide WebSocket support WWW: http://search.cpan.org/dist/Protocol-WebSocket PR: ports/155724 Submitted by: Stefan 'Sec' Zehl <sec@42.org>
35 lines
914 B
Makefile
35 lines
914 B
Makefile
# New ports collection makefile for: p5-Protocol-WebSocket
|
|
# Date created: 20 March 2010
|
|
# Whom: Stefan `Sec` Zehl <sec@42.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Protocol-WebSocket
|
|
PORTVERSION= 0.00901
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:VTI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sec@42.org
|
|
COMMENT= Client/server WebSocket message and frame parser/constructor
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Protocol::WebSocket.3 \
|
|
Protocol::WebSocket::Cookie.3 \
|
|
Protocol::WebSocket::Cookie::Request.3 \
|
|
Protocol::WebSocket::Cookie::Response.3 \
|
|
Protocol::WebSocket::Frame.3 \
|
|
Protocol::WebSocket::Handshake.3 \
|
|
Protocol::WebSocket::Handshake::Client.3 \
|
|
Protocol::WebSocket::Handshake::Server.3 \
|
|
Protocol::WebSocket::Message.3 \
|
|
Protocol::WebSocket::Request.3 \
|
|
Protocol::WebSocket::Response.3 \
|
|
Protocol::WebSocket::Stateful.3 \
|
|
Protocol::WebSocket::URL.3
|
|
|
|
.include <bsd.port.mk>
|