1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/p5-Protocol-WebSocket/Makefile
Sunpoet Po-Chuan Hsieh bd85539351 - Add p5-Protocol-WebSocket 0.00901
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>
2011-04-16 13:39:45 +00:00

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>