aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Protocol-WebSocket
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Protocol-WebSocket')
-rw-r--r--www/p5-Protocol-WebSocket/Makefile4
-rw-r--r--www/p5-Protocol-WebSocket/pkg-descr2
2 files changed, 5 insertions, 1 deletions
diff --git a/www/p5-Protocol-WebSocket/Makefile b/www/p5-Protocol-WebSocket/Makefile
index 25bc967977a6..b4b8b1952d56 100644
--- a/www/p5-Protocol-WebSocket/Makefile
+++ b/www/p5-Protocol-WebSocket/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Protocol-WebSocket
PORTVERSION= 0.00906
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VTI
@@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sec@42.org
COMMENT= Client/server WebSocket message and frame parser/constructor
+BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
+
PERL_CONFIGURE= yes
MAN3= Protocol::WebSocket.3 \
diff --git a/www/p5-Protocol-WebSocket/pkg-descr b/www/p5-Protocol-WebSocket/pkg-descr
index 36e43162f9e4..15758bacfd97 100644
--- a/www/p5-Protocol-WebSocket/pkg-descr
+++ b/www/p5-Protocol-WebSocket/pkg-descr
@@ -2,4 +2,4 @@ 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
+WWW: http://search.cpan.org/dist/Protocol-WebSocket/