2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Stefan `Sec` Zehl <sec@42.org>
|
2011-04-16 15:39:45 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Protocol-WebSocket
|
2011-11-04 15:26:58 +01:00
|
|
|
PORTVERSION= 0.00906
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2011-04-16 15:39:45 +02:00
|
|
|
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
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
BUILD_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1
|
|
|
|
RUN_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1
|
2011-12-22 16:45:36 +01:00
|
|
|
|
2013-09-03 15:17:36 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-04-16 15:39:45 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|